COLOR #6F77C2

HEX: #6F77C2
RGB: (111,119,194)

Color info

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

RGB color model

#6F77C2 color RGB value is (111,119,194).

  • red value is 111;
  • green value is 119;
  • blue value is 194.
RGB:
(111,119,194)
(44%,47%,76%)

RGB channels and saturation

R 111 of 255 = 44%
G 119 of 255 = 47%
B 194 of 255 = 76%

111
119
194

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

Portions of RGB colors in percentages

R + G + B =
111 + 119 + 194 = 424 (100%)
R 111 of 424 ~ 26.18%
G 119 of 424 ~ 28.07%
B 194 of 424 ~ 45.75%

%26.18
%28.07
%45.75

CMYK color model

#6F77C2 color CMYK value is (43,39,0,24).

  • cyan value is 42.78%
  • magenta value is 38.66%
  • yellow value is 0.00%
  • key color value is 23.92%
CMYK:
(43,39,0,24)
C43M39Y0K24 
(43%,39%,0%,24%)
(0.43/0.39/0.00/0.24)	

CMYK percentages

%42.78
%38.66
%0
%23.92

Codes

Color #6F77C2 in popluar color models

6F77C2
RGB111119194
HSL234°40.49%59.80%
HSB/HSV234°42.78%76.08%
CMYK42.78%38.66%0.00%
23.92%

Color #6F77C2 in popluar number systems.

HEX6F77C2
Decimal111119194
Binary1101111111011111000010
Octal157167302

Shades and tints

Shades of #6F77C2

#6F77C2
(111,119,194)
#656DB1
(101,109,177)
#5B63A0
(91,99,160)
#51598F
(81,89,143)
#474F7E
(71,79,126)
#3D456D
(61,69,109)
#333B5C
(51,59,92)
#29314B
(41,49,75)
#1F273A
(31,39,58)
#151D29
(21,29,41)
#0B1318
(11,19,24)
#000000
(0,0,0)

Tints of #6F77C2

#6F77C2
(111,119,194)
#7C83C7
(124,131,199)
#898FCC
(137,143,204)
#969BD1
(150,155,209)
#A3A7D6
(163,167,214)
#B0B3DB
(176,179,219)
#BDBFE0
(189,191,224)
#CACBE5
(202,203,229)
#D7D7EA
(215,215,234)
#E4E3EF
(228,227,239)
#F1EFF4
(241,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F77C2 color. Also use rgb(111,119,194) instead hex code.

Text Font Color

.myTextColor { color: #6F77C2; }

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

This text font color is #6F77C2.


Background Color

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

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

This div background color is #6F77C2.


Border color

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

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

This div border color is #6F77C2.


Opacity

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

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

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

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

This text has shadow with #6F77C2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F77C2 on black background.


Color preview on white background

This text has color #6F77C2 on white background.



Black color preview on #6F77C2 background

This text has black color on #6F77C2 background.


White color preview on #6F77C2 background

This text has white color on #6F77C2 background.