Shades of Fountain Blue #6CABB8
Tints of Fountain Blue #6CABB8
RGB
CMYK
RGB Variations
Color information
#6CABB8 (or 0x6CABB8) is known color: Fountain Blue. HEX triplet: 6C, AB and B8. RGB value is (108,171,184). Sum of RGB (Red+Green+Blue) = 108+171+184=463 (61% of max value = 765). Red value is 108 (42.58% from 255 or 23.33% from 463); Green value is 171 (67.19% from 255 or 36.93% from 463); Blue value is 184 (72.27% from 255 or 39.74% from 463); Max value from RGB is 184 - color contains mainly: blue. Hex color #6CABB8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6CABB8 is #935447. Grayscale: #999999. Windows color (decimal): -9655368 or 12102508. OLE color: 12102508.
HSL color Cylindrical-coordinate representation of color #6CABB8: hue angle of 190.26º degrees, saturation: 0.35, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6CABB8 is Cyan = 0.41, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 108 | 171 | 184 | - |
| CMYK | 0.41 | 0.07 | 0 | 0.28 |
| HSL | 190.26º | 0.35% | 0.57% | - |
| HSV(B) | 190.26º | 0.41% | 0.72% | - |
| XYZ | 29.4 | 35.77 | 50.7 | - |
| YUV | 153.65 | 145.13 | 95.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 171 | 184 | 0.41 | 0.07 | 0 | 0.28 | 190.26 | 0.35 | 0.57 |
| Hex | 6C | AB | B8 | 29 | 7 | 0 | 1C | BE | 23 | 39 |
| Octal | 154 | 253 | 270 | 51 | 7 | 0 | 34 | 276 | 43 | 71 |
| Binary | 1101100 | 10101011 | 10111000 | 101001 | 111 | 0 | 11100 | 10111110 | 100011 | 111001 |
Color Harmonies of #6CABB8
Complementary color
Monochromatic Colors of #6CABB8
Black with #6CABB8
Text Example
Text Example
White with #6CABB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CABB8; }
p { color: rgb(108,171,184); }
H1.HeaderClassName
{
color: #6CABB8;
}
.AnyTagClassName
{
color: #6CABB8;
}
</style>
background-color css
<style>
a { background-color: #6CABB8; }
a { background-color: rgb(108,171,184); }
div.DivClassName
{
background-color: #6CABB8;
}
.BgClassName
{
background-color: #6CABB8;
}
</style>
border-color css
<style>
span { border-color: #6CABB8; }
span { border-color: rgb(108,171,184); }
td.TdClassName
{
border-color: #6CABB8;
}
.TagClassName
{
border-color: #6CABB8;
}
</style>