COLOR #6F8ACD

HEX: #6F8ACD
RGB: (111,138,205)

Color info

#6F8ACD contains mainly blue color. Web safe color of #6F8ACD is #6699CC (or #69C).

RGB color model

#6F8ACD color RGB value is (111,138,205).

  • red value is 111;
  • green value is 138;
  • blue value is 205.
RGB:
(111,138,205)
(44%,54%,80%)

RGB channels and saturation

R 111 of 255 = 44%
G 138 of 255 = 54%
B 205 of 255 = 80%

111
138
205

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

Portions of RGB colors in percentages

R + G + B =
111 + 138 + 205 = 454 (100%)
R 111 of 454 ~ 24.45%
G 138 of 454 ~ 30.4%
B 205 of 454 ~ 45.15%

%24.45
%30.4
%45.15

CMYK color model

#6F8ACD color CMYK value is (46,33,0,20).

  • cyan value is 45.85%
  • magenta value is 32.68%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK:
(46,33,0,20)
C46M33Y0K20 
(46%,33%,0%,20%)
(0.46/0.33/0.00/0.20)	

CMYK percentages

%45.85
%32.68
%0
%19.61

Codes

Color #6F8ACD in popluar color models

6F8ACD
RGB111138205
HSL223°48.45%61.96%
HSB/HSV223°45.85%80.39%
CMYK45.85%32.68%0.00%
19.61%

Color #6F8ACD in popluar number systems.

HEX6F8ACD
Decimal111138205
Binary11011111000101011001101
Octal157212315

Shades and tints

Shades of #6F8ACD

#6F8ACD
(111,138,205)
#657EBB
(101,126,187)
#5B72A9
(91,114,169)
#516697
(81,102,151)
#475A85
(71,90,133)
#3D4E73
(61,78,115)
#334261
(51,66,97)
#29364F
(41,54,79)
#1F2A3D
(31,42,61)
#151E2B
(21,30,43)
#0B1219
(11,18,25)
#000000
(0,0,0)

Tints of #6F8ACD

#6F8ACD
(111,138,205)
#7C94D1
(124,148,209)
#899ED5
(137,158,213)
#96A8D9
(150,168,217)
#A3B2DD
(163,178,221)
#B0BCE1
(176,188,225)
#BDC6E5
(189,198,229)
#CAD0E9
(202,208,233)
#D7DAED
(215,218,237)
#E4E4F1
(228,228,241)
#F1EEF5
(241,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F8ACD color. Also use rgb(111,138,205) instead hex code.

Text Font Color

.myTextColor { color: #6F8ACD; }

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

This text font color is #6F8ACD.


Background Color

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

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

This div background color is #6F8ACD.


Border color

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

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

This div border color is #6F8ACD.


Opacity

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

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

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

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

This text has shadow with #6F8ACD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F8ACD on black background.


Color preview on white background

This text has color #6F8ACD on white background.



Black color preview on #6F8ACD background

This text has black color on #6F8ACD background.


White color preview on #6F8ACD background

This text has white color on #6F8ACD background.