COLOR #6FBFDF

HEX: #6FBFDF RGB: (111,191,223)

Color info

#6FBFDF contains mainly green and blue colors. Web safe color of #6FBFDF is #66CCCC (or #6CC).

RGB color model

#6FBFDF color RGB value is (111,191,223).

RGB: (111,191,223) (44%, 75%, 87%)

RGB channels and saturation

R 111 of 255 = 44%
G 191 of 255 = 75%
B 223 of 255 = 87%

111
191
223

R + G + B ~ 69%. #6FBFDF is quite light color.

Portions of RGB colors in percentages

R + G + B = 111 + 191 + 223 = 525 (100%)
R 111 of 525 ~ 21.14%
G 191 of 525 ~ 36.38%
B 223 of 525 ~ 42.48'%

%21.14
%36.38
%42.48

CMYK color model

#6FBFDF color CMYK value is (50,14,0,13).

  • cyan value is 50.22%
  • magenta value is 14.35%
  • yellow value is 0.00%
  • key color value is 12.55%

CMYK: (50,14,0,13)
C50M14Y0K13 (50%, 14%, 0%, 13%)
(0.50 / 0.14 / 0.00 / 0.13)

CMYK percentages

%50.22
%14.35
%0
%12.55

Codes

Color #6FBFDF in popluar color models

6F BF DF
RGB 111 191 223
HSL 197° 63.64% 65.49%
HSB/HSV 197° 50.22% 87.45%
CMYK 50.22% 14.35% 0.00%
12.55%

Color #6FBFDF in popluar number systems.

HEX 6F BF DF
Decimal 111 191 223
Binary 1101111 10111111 11011111
Octal 157 277 337

Shades and tints

Shades of #6FBFDF

#6FBFDF
(111,191,223)
#65AECB
(101,174,203)
#5B9DB7
(91,157,183)
#518CA3
(81,140,163)
#477B8F
(71,123,143)
#3D6A7B
(61,106,123)
#335967
(51,89,103)
#294853
(41,72,83)
#1F373F
(31,55,63)
#15262B
(21,38,43)
#0B1517
(11,21,23)
#000000
(0,0,0)

Tints of #6FBFDF

#6FBFDF
(111,191,223)
#7CC4E1
(124,196,225)
#89C9E3
(137,201,227)
#96CEE5
(150,206,229)
#A3D3E7
(163,211,231)
#B0D8E9
(176,216,233)
#BDDDEB
(189,221,235)
#CAE2ED
(202,226,237)
#D7E7EF
(215,231,239)
#E4ECF1
(228,236,241)
#F1F1F3
(241,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6FBFDF color. Also use rgb(111,191,223) instead hex code.

Text Font Color

.myTextColor { color: #6FBFDF; }

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

This text font color is #6FBFDF.

Background Color

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

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

This div background color is #6FBFDF.

Border color

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

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

This div border color is #6FBFDF.

Opacity

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

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

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

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

This text has shadow with #6FBFDF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6FBFDF.

Preview

Color preview on black background

This text has color #6FBFDF on black background.


Color preview on white background

This text has color #6FBFDF on white background.


Black color preview on #6FBFDF background

This text has black color on #6FBFDF background.


White color preview on #6FBFDF background

This text has white color on #6FBFDF background.


Related colors

Complementary color

Complementary color for #hex is #904020.


I love getcolorcode.com

Triadic colors

1 #DF6FBF and #BFDF6F with #6FBFDF are triadic colors.

2 #DFBF6F and #BF6FDF with #6FBFDF are triadic colors.