Shades of Fountain Blue #6CACB5
Tints of Fountain Blue #6CACB5
RGB
CMYK
RGB Variations
Color information
#6CACB5 (or 0x6CACB5) is known color: Fountain Blue. HEX triplet: 6C, AC and B5. RGB value is (108,172,181). Sum of RGB (Red+Green+Blue) = 108+172+181=461 (61% of max value = 765). Red value is 108 (42.58% from 255 or 23.43% from 461); Green value is 172 (67.58% from 255 or 37.31% from 461); Blue value is 181 (71.09% from 255 or 39.26% from 461); Max value from RGB is 181 - color contains mainly: blue. Hex color #6CACB5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6CACB5 is #93534A. Grayscale: #999999. Windows color (decimal): -9655115 or 11906156. OLE color: 11906156.
HSL color Cylindrical-coordinate representation of color #6CACB5: hue angle of 187.4º degrees, saturation: 0.33, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6CACB5 is Cyan = 0.40, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 108 | 172 | 181 | - |
| CMYK | 0.40 | 0.05 | 0 | 0.29 |
| HSL | 187.4º | 0.33% | 0.57% | - |
| HSV(B) | 187.4º | 0.4% | 0.71% | - |
| XYZ | 29.28 | 36.03 | 49.13 | - |
| YUV | 153.89 | 143.3 | 95.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 172 | 181 | 0.40 | 0.05 | 0 | 0.29 | 187.4 | 0.33 | 0.57 |
| Hex | 6C | AC | B5 | 28 | 5 | 0 | 1D | BB | 21 | 39 |
| Octal | 154 | 254 | 265 | 50 | 5 | 0 | 35 | 273 | 41 | 71 |
| Binary | 1101100 | 10101100 | 10110101 | 101000 | 101 | 0 | 11101 | 10111011 | 100001 | 111001 |
Color Harmonies of #6CACB5
Complementary color
Monochromatic Colors of #6CACB5
Black with #6CACB5
Text Example
Text Example
White with #6CACB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CACB5; }
p { color: rgb(108,172,181); }
H1.HeaderClassName
{
color: #6CACB5;
}
.AnyTagClassName
{
color: #6CACB5;
}
</style>
background-color css
<style>
a { background-color: #6CACB5; }
a { background-color: rgb(108,172,181); }
div.DivClassName
{
background-color: #6CACB5;
}
.BgClassName
{
background-color: #6CACB5;
}
</style>
border-color css
<style>
span { border-color: #6CACB5; }
span { border-color: rgb(108,172,181); }
td.TdClassName
{
border-color: #6CACB5;
}
.TagClassName
{
border-color: #6CACB5;
}
</style>