COLOR #6FB0D8

HEX: #6FB0D8
RGB: (111,176,216)

Color info

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

RGB color model

#6FB0D8 color RGB value is (111,176,216).

  • red value is 111;
  • green value is 176;
  • blue value is 216.
RGB:
(111,176,216)
(44%,69%,85%)

RGB channels and saturation

R 111 of 255 = 44%
G 176 of 255 = 69%
B 216 of 255 = 85%

111
176
216

R + G + B ~ 66%. #6FB0D8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
111 + 176 + 216 = 503 (100%)
R 111 of 503 ~ 22.07%
G 176 of 503 ~ 34.99%
B 216 of 503 ~ 42.94%

%22.07
%34.99
%42.94

CMYK color model

#6FB0D8 color CMYK value is (49,19,0,15).

  • cyan value is 48.61%
  • magenta value is 18.52%
  • yellow value is 0.00%
  • key color value is 15.29%
CMYK:
(49,19,0,15)
C49M19Y0K15 
(49%,19%,0%,15%)
(0.49/0.19/0.00/0.15)	

CMYK percentages

%48.61
%18.52
%0
%15.29

Codes

Color #6FB0D8 in popluar color models

6FB0D8
RGB111176216
HSL203°57.38%64.12%
HSB/HSV203°48.61%84.71%
CMYK48.61%18.52%0.00%
15.29%

Color #6FB0D8 in popluar number systems.

HEX6FB0D8
Decimal111176216
Binary11011111011000011011000
Octal157260330

Shades and tints

Shades of #6FB0D8

#6FB0D8
(111,176,216)
#65A0C5
(101,160,197)
#5B90B2
(91,144,178)
#51809F
(81,128,159)
#47708C
(71,112,140)
#3D6079
(61,96,121)
#335066
(51,80,102)
#294053
(41,64,83)
#1F3040
(31,48,64)
#15202D
(21,32,45)
#0B101A
(11,16,26)
#000000
(0,0,0)

Tints of #6FB0D8

#6FB0D8
(111,176,216)
#7CB7DB
(124,183,219)
#89BEDE
(137,190,222)
#96C5E1
(150,197,225)
#A3CCE4
(163,204,228)
#B0D3E7
(176,211,231)
#BDDAEA
(189,218,234)
#CAE1ED
(202,225,237)
#D7E8F0
(215,232,240)
#E4EFF3
(228,239,243)
#F1F6F6
(241,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6FB0D8 color. Also use rgb(111,176,216) instead hex code.

Text Font Color

.myTextColor { color: #6FB0D8; }

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

This text font color is #6FB0D8.


Background Color

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

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

This div background color is #6FB0D8.


Border color

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

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

This div border color is #6FB0D8.


Opacity

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

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

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

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

This text has shadow with #6FB0D8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6FB0D8 on black background.


Color preview on white background

This text has color #6FB0D8 on white background.



Black color preview on #6FB0D8 background

This text has black color on #6FB0D8 background.


White color preview on #6FB0D8 background

This text has white color on #6FB0D8 background.