COLOR #6FA4CD

HEX: #6FA4CD RGB: (111,164,205)

Color info

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

RGB color model

#6FA4CD color RGB value is (111,164,205).

RGB: (111,164,205) (44%, 64%, 80%)

RGB channels and saturation

R 111 of 255 = 44%
G 164 of 255 = 64%
B 205 of 255 = 80%

111
164
205

R + G + B ~ 63%. #6FA4CD is quite light color.

Portions of RGB colors in percentages

R + G + B = 111 + 164 + 205 = 480 (100%)
R 111 of 480 ~ 23.13%
G 164 of 480 ~ 34.17%
B 205 of 480 ~ 42.71'%

%23.13
%34.17
%42.71

CMYK color model

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

  • cyan value is 45.85%
  • magenta value is 20.00%
  • yellow value is 0.00%
  • key color value is 19.61%

CMYK: (46,20,0,20)
C46M20Y0K20 (46%, 20%, 0%, 20%)
(0.46 / 0.20 / 0.00 / 0.20)

CMYK percentages

%45.85
%20
%0
%19.61

Codes

Color #6FA4CD in popluar color models

6F A4 CD
RGB 111 164 205
HSL 206° 48.45% 61.96%
HSB/HSV 206° 45.85% 80.39%
CMYK 45.85% 20.00% 0.00%
19.61%

Color #6FA4CD in popluar number systems.

HEX 6F A4 CD
Decimal 111 164 205
Binary 1101111 10100100 11001101
Octal 157 244 315

Shades and tints

Shades of #6FA4CD

#6FA4CD
(111,164,205)
#6596BB
(101,150,187)
#5B88A9
(91,136,169)
#517A97
(81,122,151)
#476C85
(71,108,133)
#3D5E73
(61,94,115)
#335061
(51,80,97)
#29424F
(41,66,79)
#1F343D
(31,52,61)
#15262B
(21,38,43)
#0B1819
(11,24,25)
#000000
(0,0,0)

Tints of #6FA4CD

#6FA4CD
(111,164,205)
#7CACD1
(124,172,209)
#89B4D5
(137,180,213)
#96BCD9
(150,188,217)
#A3C4DD
(163,196,221)
#B0CCE1
(176,204,225)
#BDD4E5
(189,212,229)
#CADCE9
(202,220,233)
#D7E4ED
(215,228,237)
#E4ECF1
(228,236,241)
#F1F4F5
(241,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6FA4CD; }

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

This text font color is #6FA4CD.

Background Color

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

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

This div background color is #6FA4CD.

Border color

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

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

This div border color is #6FA4CD.

Opacity

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

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

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

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

This text has shadow with #6FA4CD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6FA4CD.

Preview

Color preview on black background

This text has color #6FA4CD on black background.


Color preview on white background

This text has color #6FA4CD on white background.


Black color preview on #6FA4CD background

This text has black color on #6FA4CD background.


White color preview on #6FA4CD background

This text has white color on #6FA4CD background.


Related colors

Complementary color

Complementary color for #hex is #905B32.


I love getcolorcode.com

Triadic colors

1 #CD6FA4 and #A4CD6F with #6FA4CD are triadic colors.

2 #CDA46F and #A46FCD with #6FA4CD are triadic colors.