COLOR #6F96CC

HEX: #6F96CC RGB: (111,150,204)

Color info

#6F96CC contains mainly green and blue colors. Web safe color of #6F96CC is #6699CC (or #69C).

RGB color model

#6F96CC color RGB value is (111,150,204).

RGB: (111,150,204) (44%, 59%, 80%)

RGB channels and saturation

R 111 of 255 = 44%
G 150 of 255 = 59%
B 204 of 255 = 80%

111
150
204

R + G + B ~ 61%. #6F96CC is quite light color.

Portions of RGB colors in percentages

R + G + B = 111 + 150 + 204 = 465 (100%)
R 111 of 465 ~ 23.87%
G 150 of 465 ~ 32.26%
B 204 of 465 ~ 43.87'%

%23.87
%32.26
%43.87

CMYK color model

#6F96CC color CMYK value is (46,26,0,20).

  • cyan value is 45.59%
  • magenta value is 26.47%
  • yellow value is 0.00%
  • key color value is 20.00%

CMYK: (46,26,0,20)
C46M26Y0K20 (46%, 26%, 0%, 20%)
(0.46 / 0.26 / 0.00 / 0.20)

CMYK percentages

%45.59
%26.47
%0
%20

Codes

Color #6F96CC in popluar color models

6F 96 CC
RGB 111 150 204
HSL 215° 47.69% 61.76%
HSB/HSV 215° 45.59% 80.00%
CMYK 45.59% 26.47% 0.00%
20.00%

Color #6F96CC in popluar number systems.

HEX 6F 96 CC
Decimal 111 150 204
Binary 1101111 10010110 11001100
Octal 157 226 314

Shades and tints

Shades of #6F96CC

#6F96CC
(111,150,204)
#6589BA
(101,137,186)
#5B7CA8
(91,124,168)
#516F96
(81,111,150)
#476284
(71,98,132)
#3D5572
(61,85,114)
#334860
(51,72,96)
#293B4E
(41,59,78)
#1F2E3C
(31,46,60)
#15212A
(21,33,42)
#0B1418
(11,20,24)
#000000
(0,0,0)

Tints of #6F96CC

#6F96CC
(111,150,204)
#7C9FD0
(124,159,208)
#89A8D4
(137,168,212)
#96B1D8
(150,177,216)
#A3BADC
(163,186,220)
#B0C3E0
(176,195,224)
#BDCCE4
(189,204,228)
#CAD5E8
(202,213,232)
#D7DEEC
(215,222,236)
#E4E7F0
(228,231,240)
#F1F0F4
(241,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F96CC color. Also use rgb(111,150,204) instead hex code.

Text Font Color

.myTextColor { color: #6F96CC; }

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

This text font color is #6F96CC.

Background Color

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

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

This div background color is #6F96CC.

Border color

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

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

This div border color is #6F96CC.

Opacity

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

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

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

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

This text has shadow with #6F96CC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6F96CC.

Preview

Color preview on black background

This text has color #6F96CC on black background.


Color preview on white background

This text has color #6F96CC on white background.


Black color preview on #6F96CC background

This text has black color on #6F96CC background.


White color preview on #6F96CC background

This text has white color on #6F96CC background.


Related colors

Complementary color

Complementary color for #hex is #906933.


I love getcolorcode.com

Triadic colors

1 #CC6F96 and #96CC6F with #6F96CC are triadic colors.

2 #CC966F and #966FCC with #6F96CC are triadic colors.