COLOR #6FB5CB

HEX: #6FB5CB
RGB: (111,181,203)

Color info

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

RGB color model

#6FB5CB color RGB value is (111,181,203).

  • red value is 111;
  • green value is 181;
  • blue value is 203.
RGB:
(111,181,203)
(44%,71%,80%)

RGB channels and saturation

R 111 of 255 = 44%
G 181 of 255 = 71%
B 203 of 255 = 80%

111
181
203

R + G + B ~ 65%. #6FB5CB is quite light color.

Portions of RGB colors in percentages

R + G + B =
111 + 181 + 203 = 495 (100%)
R 111 of 495 ~ 22.42%
G 181 of 495 ~ 36.57%
B 203 of 495 ~ 41.01%

%22.42
%36.57
%41.01

CMYK color model

#6FB5CB color CMYK value is (45,11,0,20).

  • cyan value is 45.32%
  • magenta value is 10.84%
  • yellow value is 0.00%
  • key color value is 20.39%
CMYK:
(45,11,0,20)
C45M11Y0K20 
(45%,11%,0%,20%)
(0.45/0.11/0.00/0.20)	

CMYK percentages

%45.32
%10.84
%0
%20.39

Codes

Color #6FB5CB in popluar color models

6FB5CB
RGB111181203
HSL194°46.94%61.57%
HSB/HSV194°45.32%79.61%
CMYK45.32%10.84%0.00%
20.39%

Color #6FB5CB in popluar number systems.

HEX6FB5CB
Decimal111181203
Binary11011111011010111001011
Octal157265313

Shades and tints

Shades of #6FB5CB

#6FB5CB
(111,181,203)
#65A5B9
(101,165,185)
#5B95A7
(91,149,167)
#518595
(81,133,149)
#477583
(71,117,131)
#3D6571
(61,101,113)
#33555F
(51,85,95)
#29454D
(41,69,77)
#1F353B
(31,53,59)
#152529
(21,37,41)
#0B1517
(11,21,23)
#000000
(0,0,0)

Tints of #6FB5CB

#6FB5CB
(111,181,203)
#7CBBCF
(124,187,207)
#89C1D3
(137,193,211)
#96C7D7
(150,199,215)
#A3CDDB
(163,205,219)
#B0D3DF
(176,211,223)
#BDD9E3
(189,217,227)
#CADFE7
(202,223,231)
#D7E5EB
(215,229,235)
#E4EBEF
(228,235,239)
#F1F1F3
(241,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6FB5CB color. Also use rgb(111,181,203) instead hex code.

Text Font Color

.myTextColor { color: #6FB5CB; }

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

This text font color is #6FB5CB.


Background Color

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

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

This div background color is #6FB5CB.


Border color

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

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

This div border color is #6FB5CB.


Opacity

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

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

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

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

This text has shadow with #6FB5CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6FB5CB on black background.


Color preview on white background

This text has color #6FB5CB on white background.



Black color preview on #6FB5CB background

This text has black color on #6FB5CB background.


White color preview on #6FB5CB background

This text has white color on #6FB5CB background.