Shades of Fountain Blue #6CACB9
Tints of Fountain Blue #6CACB9
RGB
CMYK
RGB Variations
Color information
#6CACB9 (or 0x6CACB9) is known color: Fountain Blue. HEX triplet: 6C, AC and B9. RGB value is (108,172,185). Sum of RGB (Red+Green+Blue) = 108+172+185=465 (61% of max value = 765). Red value is 108 (42.58% from 255 or 23.23% from 465); Green value is 172 (67.58% from 255 or 36.99% from 465); Blue value is 185 (72.66% from 255 or 39.78% from 465); Max value from RGB is 185 - color contains mainly: blue. Hex color #6CACB9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6CACB9 is #935346. Grayscale: #9A9A9A. Windows color (decimal): -9655111 or 12168300. OLE color: 12168300.
HSL color Cylindrical-coordinate representation of color #6CACB9: hue angle of 190.13º degrees, saturation: 0.35, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6CACB9 is Cyan = 0.42, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 108 | 172 | 185 | - |
| CMYK | 0.42 | 0.07 | 0 | 0.27 |
| HSL | 190.13º | 0.35% | 0.57% | - |
| HSV(B) | 190.13º | 0.42% | 0.73% | - |
| XYZ | 29.69 | 36.2 | 51.32 | - |
| YUV | 154.35 | 145.3 | 94.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 172 | 185 | 0.42 | 0.07 | 0 | 0.27 | 190.13 | 0.35 | 0.57 |
| Hex | 6C | AC | B9 | 2A | 7 | 0 | 1B | BE | 23 | 39 |
| Octal | 154 | 254 | 271 | 52 | 7 | 0 | 33 | 276 | 43 | 71 |
| Binary | 1101100 | 10101100 | 10111001 | 101010 | 111 | 0 | 11011 | 10111110 | 100011 | 111001 |
Color Harmonies of #6CACB9
Complementary color
Monochromatic Colors of #6CACB9
Black with #6CACB9
Text Example
Text Example
White with #6CACB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CACB9; }
p { color: rgb(108,172,185); }
H1.HeaderClassName
{
color: #6CACB9;
}
.AnyTagClassName
{
color: #6CACB9;
}
</style>
background-color css
<style>
a { background-color: #6CACB9; }
a { background-color: rgb(108,172,185); }
div.DivClassName
{
background-color: #6CACB9;
}
.BgClassName
{
background-color: #6CACB9;
}
</style>
border-color css
<style>
span { border-color: #6CACB9; }
span { border-color: rgb(108,172,185); }
td.TdClassName
{
border-color: #6CACB9;
}
.TagClassName
{
border-color: #6CACB9;
}
</style>