#6CABAC

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

Shades of Fountain Blue #6CABAC

Tints of Fountain Blue #6CABAC

Color information

#6CABAC (or 0x6CABAC) is unknown color: approx Fountain Blue. HEX triplet: 6C, AB and AC. RGB value is (108,171,172). Sum of RGB (Red+Green+Blue) = 108+171+172=451 (59% of max value = 765). Red value is 108 (42.58% from 255 or 23.95% from 451); Green value is 171 (67.19% from 255 or 37.92% from 451); Blue value is 172 (67.58% from 255 or 38.14% from 451); Max value from RGB is 172 - color contains mainly: blue. Hex color #6CABAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6CABAC is #935453. Grayscale: #989898. Windows color (decimal): -9655380 or 11316076. OLE color: 11316076.

HSL color Cylindrical-coordinate representation of color #6CABAC: hue angle of 180.94º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6CABAC is Cyan = 0.37, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB108171172-
CMYK0.370.0100.33
HSL180.94º27.83%54.9%-
HSV(B)180.94º37.21%67.45%-
XYZ28.1935.2944.36-
YUV152.28139.1396.42-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 23.95%
GREEN value IS 171 (67.19% from 255) = 37.92%
BLUE value IS 172 (67.58% from 255) = 38.14%
R=23.95%
G=37.92%
B=38.14%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1081711720.370.0100.33180.9427.8354.9
Hex6CABAC251021b51c37
Octal1542532544510412653467
Binary11011001010101110101100100101101000011011010111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CABAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,171,172); }

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

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

 a { background-color: rgb(108,171,172); }

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

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

 span { border-color: rgb(108,171,172); }

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