#6CAFBA

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

Shades of Fountain Blue #6CAFBA

Tints of Fountain Blue #6CAFBA

Color information

#6CAFBA (or 0x6CAFBA) is unknown color: approx Fountain Blue. HEX triplet: 6C, AF and BA. RGB value is (108,175,186). Sum of RGB (Red+Green+Blue) = 108+175+186=469 (62% of max value = 765). Red value is 108 (42.58% from 255 or 23.03% from 469); Green value is 175 (68.75% from 255 or 37.31% from 469); Blue value is 186 (73.05% from 255 or 39.66% from 469); Max value from RGB is 186 - color contains mainly: blue. Hex color #6CAFBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6CAFBA is #935045. Grayscale: #9C9C9C. Windows color (decimal): -9654342 or 12234604. OLE color: 12234604.

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

Color convert

RGB108175186-
CMYK0.420.0600.27
HSL188.46º36.11%57.65%-
HSV(B)188.46º41.94%72.94%-
XYZ30.3837.3952.07-
YUV156.22144.893.61-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 23.03%
GREEN value IS 175 (68.75% from 255) = 37.31%
BLUE value IS 186 (73.05% from 255) = 39.66%
R=23.03%
G=37.31%
B=39.66%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1081751860.420.0600.27188.4636.1157.65
Hex6CAFBA2A601Bbc243a
Octal1542572725260332744472
Binary1101100101011111011101010101011001101110111100100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CAFBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,175,186); }

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

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

 a { background-color: rgb(108,175,186); }

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

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

 span { border-color: rgb(108,175,186); }

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