Shades of Fountain Blue #6CABAC
Tints of Fountain Blue #6CABAC
RGB
CMYK
RGB Variations
Color information
#6CABAC (or 0x6CABAC) is known color: 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
| RGB | 108 | 171 | 172 | - |
| CMYK | 0.37 | 0.01 | 0 | 0.33 |
| HSL | 180.94º | 0.28% | 0.55% | - |
| HSV(B) | 180.94º | 0.37% | 0.67% | - |
| XYZ | 28.19 | 35.29 | 44.36 | - |
| YUV | 152.28 | 139.13 | 96.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 171 | 172 | 0.37 | 0.01 | 0 | 0.33 | 180.94 | 0.28 | 0.55 |
| Hex | 6C | AB | AC | 25 | 1 | 0 | 21 | B5 | 1C | 37 |
| Octal | 154 | 253 | 254 | 45 | 1 | 0 | 41 | 265 | 34 | 67 |
| Binary | 1101100 | 10101011 | 10101100 | 100101 | 1 | 0 | 100001 | 10110101 | 11100 | 110111 |
Color Harmonies of #6CABAC
Complementary color
Monochromatic Colors of #6CABAC
Black with #6CABAC
Text Example
Text Example
White with #6CABAC
Text Example
Text Example
HTML Codes & Css Web 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>