COLOR #6C87E5

HEX: #6C87E5
RGB: (108,135,229)

Renk bilgisi

#6C87E5 contains mainly blue color. #6C87E5 ‘ nin web güvenlik rengi #6699CC (ya da #69C) dir.

RGB renk modeli

#6C87E5 color RGB value is (108,135,229).

  • kırmız ton 108;
  • yeşil ton 135;
  • mavi ton 229.
RGB:
(108,135,229)
(42%,53%,90%)

RGB bağlantıları ve doygunluk

R 108 of 255 = 42%
G 135 of 255 = 53%
B 229 of 255 = 90%

108
135
229

R + G + B ~ 62%. #6C87E5 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
108 + 135 + 229 = 472 (100%)
R 108 of 472 ~ 22.88%
G 135 of 472 ~ 28.6%
B 229 of 472 ~ 48.52%

%22.88
%28.6
%48.52

CMYK RENK MODELİ

#6C87E5 rengi CMYK tonu (53,41,0,10).

  • camgöbeği tonu 52.84%
  • eflatun tonu 41.05%
  • sarı tonu 0.00%
  • ana renk tonu 10.20%
CMYK:
(53,41,0,10)
C53M41Y0K10 
(53%,41%,0%,10%)
(0.53/0.41/0.00/0.10)	

CMYK yüzdeleri

%52.84
%41.05
%0
%10.2

Codes

Color #6C87E5 in popluar color models

6C87E5
RGB108135229
HSL227°69.94%66.08%
HSB/HSV227°52.84%89.80%
CMYK52.84%41.05%0.00%
10.20%

Color #6C87E5 in popluar number systems.

HEX6C87E5
Decimal108135229
Binary11011001000011111100101
Octal154207345

Shades and tints

Shades of #6C87E5

#6C87E5
(108,135,229)
#637BD1
(99,123,209)
#5A6FBD
(90,111,189)
#5163A9
(81,99,169)
#485795
(72,87,149)
#3F4B81
(63,75,129)
#363F6D
(54,63,109)
#2D3359
(45,51,89)
#242745
(36,39,69)
#1B1B31
(27,27,49)
#120F1D
(18,15,29)
#000000
(0,0,0)

Tints of #6C87E5

#6C87E5
(108,135,229)
#7991E7
(121,145,231)
#869BE9
(134,155,233)
#93A5EB
(147,165,235)
#A0AFED
(160,175,237)
#ADB9EF
(173,185,239)
#BAC3F1
(186,195,241)
#C7CDF3
(199,205,243)
#D4D7F5
(212,215,245)
#E1E1F7
(225,225,247)
#EEEBF9
(238,235,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C87E5 color. Also use rgb(108,135,229) instead hex code.

Text Font Color

.myTextColor { color: #6C87E5; }

<p style="color:#6C87E5">This sample text font color is #6C87E5.</p>

This text font color is #6C87E5.


Background Color

.myBgColor { background-color: #6C87E5; }

<div style="background-color:#6C87E5">Inner text</div>

This div background color is #6C87E5.


Border color

.myBorderColor { border: 1px solid #6C87E5; }

<div style="border:3px solid #6C87E5">Div</div>

This div border color is #6C87E5.


Opacity

.myOpacity80 { color: #6C87E5; opacity: 0.8; }

<p style="color:#6C87E5;opacity:0.8;">80%</p>

Text with #6C87E5 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #6C87E5;}

<p style="text-shadow: 3px 3px 1px #6C87E5">Text here.</p>

This text has shadow with #6C87E5 color.

.textShadow {text-shadow: 3px 3px 1px #6C87E5, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #6C87E5, 5px 5px 20px red">Text here.</p>

This text has shadow with #6C87E5 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#6C87E5, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#6C87E5, Direction=45, Strength=4)">Text</p>

This text has shadow with #6C87E5 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #6C87E5;
  -webkit-box-shadow:	1px 1px 3px 2px #6C87E5;
  box-shadow:		1px 1px 3px 2px #6C87E5;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #6C87E5;
-webkit-box-shadow: 1px 1px 3px 2px #6C87E5;
box-shadow:1px 1px 3px 2px #6C87E5;">
Div content here</div>
This div box has shadow with color #6C87E5.

Preview

Color preview on black background

This text has color #6C87E5 on black background.


Color preview on white background

This text has color #6C87E5 on white background.



Black color preview on #6C87E5 background

This text has black color on #6C87E5 background.


White color preview on #6C87E5 background

This text has white color on #6C87E5 background.