#6FB8BB

Color #6FB8BB Fountain Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fountain Blue #6FB8BB

Tints of Fountain Blue #6FB8BB

Color information

#6FB8BB (or 0x6FB8BB) is unknown color: approx Fountain Blue. HEX triplet: 6F, B8 and BB. RGB value is (111,184,187). Sum of RGB (Red+Green+Blue) = 111+184+187=482 (63% of max value = 765). Red value is 111 (43.75% from 255 or 23.03% from 482); Green value is 184 (72.27% from 255 or 38.17% from 482); Blue value is 187 (73.44% from 255 or 38.80% from 482); Max value from RGB is 187 - color contains mainly: blue. Hex color #6FB8BB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FB8BB is #904744. Grayscale: #A2A2A2. Windows color (decimal): -9455429 or 12302447. OLE color: 12302447.

HSL color Cylindrical-coordinate representation of color #6FB8BB: hue angle of 182.37º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6FB8BB is Cyan = 0.41, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB111184187-
CMYK0.410.0200.27
HSL182.37º35.85%58.43%-
HSV(B)182.37º40.64%73.33%-
XYZ32.6741.2553.25-
YUV162.52141.8291.26-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 111 (43.75% from 255) = 23.03%
GREEN value IS 184 (72.27% from 255) = 38.17%
BLUE value IS 187 (73.44% from 255) = 38.80%
R=23.03%
G=38.17%
B=38.80%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1111841870.410.0200.27182.3735.8558.43
Hex6FB8BB29201Bb6243a
Octal1572702735120332664472
Binary110111110111000101110111010011001101110110110100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FB8BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6FB8BB; }

 p { color: rgb(111,184,187); }

 H1.HeaderClassName
 {
   color: #6FB8BB;
 }
 .AnyTagClassName
 {
   color: #6FB8BB;
 }
</style>
background-color css

<style>
 a { background-color: #6FB8BB; }

 a { background-color: rgb(111,184,187); }

 div.DivClassName
 {
   background-color: #6FB8BB;
 }
 .BgClassName
 {
   background-color: #6FB8BB;
 }
</style>
border-color css

<style>
 span { border-color: #6FB8BB; }

 span { border-color: rgb(111,184,187); }

 td.TdClassName
 {
   border-color: #6FB8BB;
 }
 .TagClassName
 {
   border-color: #6FB8BB;
 }
</style>