Shades of Fountain Blue #6CABB6
Tints of Fountain Blue #6CABB6
RGB
CMYK
RGB Variations
Color information
#6CABB6 (or 0x6CABB6) is known color: Fountain Blue. HEX triplet: 6C, AB and B6. RGB value is (108,171,182). Sum of RGB (Red+Green+Blue) = 108+171+182=461 (61% of max value = 765). Red value is 108 (42.58% from 255 or 23.43% from 461); Green value is 171 (67.19% from 255 or 37.09% from 461); Blue value is 182 (71.48% from 255 or 39.48% from 461); Max value from RGB is 182 - color contains mainly: blue. Hex color #6CABB6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6CABB6 is #935449. Grayscale: #999999. Windows color (decimal): -9655370 or 11971436. OLE color: 11971436.
HSL color Cylindrical-coordinate representation of color #6CABB6: hue angle of 188.92º degrees, saturation: 0.34, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6CABB6 is Cyan = 0.41, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 108 | 171 | 182 | - |
| CMYK | 0.41 | 0.06 | 0 | 0.29 |
| HSL | 188.92º | 0.34% | 0.57% | - |
| HSV(B) | 188.92º | 0.41% | 0.71% | - |
| XYZ | 29.19 | 35.69 | 49.61 | - |
| YUV | 153.42 | 144.13 | 95.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 171 | 182 | 0.41 | 0.06 | 0 | 0.29 | 188.92 | 0.34 | 0.57 |
| Hex | 6C | AB | B6 | 29 | 6 | 0 | 1D | BD | 22 | 39 |
| Octal | 154 | 253 | 266 | 51 | 6 | 0 | 35 | 275 | 42 | 71 |
| Binary | 1101100 | 10101011 | 10110110 | 101001 | 110 | 0 | 11101 | 10111101 | 100010 | 111001 |
Color Harmonies of #6CABB6
Complementary color
Monochromatic Colors of #6CABB6
Black with #6CABB6
Text Example
Text Example
White with #6CABB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CABB6; }
p { color: rgb(108,171,182); }
H1.HeaderClassName
{
color: #6CABB6;
}
.AnyTagClassName
{
color: #6CABB6;
}
</style>
background-color css
<style>
a { background-color: #6CABB6; }
a { background-color: rgb(108,171,182); }
div.DivClassName
{
background-color: #6CABB6;
}
.BgClassName
{
background-color: #6CABB6;
}
</style>
border-color css
<style>
span { border-color: #6CABB6; }
span { border-color: rgb(108,171,182); }
td.TdClassName
{
border-color: #6CABB6;
}
.TagClassName
{
border-color: #6CABB6;
}
</style>