COLOR #6C77CB

HEX: #6C77CB
RGB: (108,119,203)

Color info

#6C77CB contains mainly blue color. Web safe color of #6C77CB is #6666CC (or #66C).

RGB color model

#6C77CB color RGB value is (108,119,203).

  • red value is 108;
  • green value is 119;
  • blue value is 203.
RGB:
(108,119,203)
(42%,47%,80%)

RGB channels and saturation

R 108 of 255 = 42%
G 119 of 255 = 47%
B 203 of 255 = 80%

108
119
203

R + G + B ~ 56%. #6C77CB is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
108 + 119 + 203 = 430 (100%)
R 108 of 430 ~ 25.12%
G 119 of 430 ~ 27.67%
B 203 of 430 ~ 47.21%

%25.12
%27.67
%47.21

CMYK color model

#6C77CB color CMYK value is (47,41,0,20).

  • cyan value is 46.80%
  • magenta value is 41.38%
  • yellow value is 0.00%
  • key color value is 20.39%
CMYK:
(47,41,0,20)
C47M41Y0K20 
(47%,41%,0%,20%)
(0.47/0.41/0.00/0.20)	

CMYK percentages

%46.8
%41.38
%0
%20.39

Codes

Color #6C77CB in popluar color models

6C77CB
RGB108119203
HSL233°47.74%60.98%
HSB/HSV233°46.80%79.61%
CMYK46.80%41.38%0.00%
20.39%

Color #6C77CB in popluar number systems.

HEX6C77CB
Decimal108119203
Binary1101100111011111001011
Octal154167313

Shades and tints

Shades of #6C77CB

#6C77CB
(108,119,203)
#636DB9
(99,109,185)
#5A63A7
(90,99,167)
#515995
(81,89,149)
#484F83
(72,79,131)
#3F4571
(63,69,113)
#363B5F
(54,59,95)
#2D314D
(45,49,77)
#24273B
(36,39,59)
#1B1D29
(27,29,41)
#121317
(18,19,23)
#000000
(0,0,0)

Tints of #6C77CB

#6C77CB
(108,119,203)
#7983CF
(121,131,207)
#868FD3
(134,143,211)
#939BD7
(147,155,215)
#A0A7DB
(160,167,219)
#ADB3DF
(173,179,223)
#BABFE3
(186,191,227)
#C7CBE7
(199,203,231)
#D4D7EB
(212,215,235)
#E1E3EF
(225,227,239)
#EEEFF3
(238,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C77CB color. Also use rgb(108,119,203) instead hex code.

Text Font Color

.myTextColor { color: #6C77CB; }

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

This text font color is #6C77CB.


Background Color

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

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

This div background color is #6C77CB.


Border color

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

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

This div border color is #6C77CB.


Opacity

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

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

Text with #6C77CB 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 #6C77CB;}

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

This text has shadow with #6C77CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C77CB on black background.


Color preview on white background

This text has color #6C77CB on white background.



Black color preview on #6C77CB background

This text has black color on #6C77CB background.


White color preview on #6C77CB background

This text has white color on #6C77CB background.