Shades of Fountain Blue #6CADB9
Tints of Fountain Blue #6CADB9
RGB
CMYK
RGB Variations
Color information
#6CADB9 (or 0x6CADB9) is known color: Fountain Blue. HEX triplet: 6C, AD and B9. RGB value is (108,173,185). Sum of RGB (Red+Green+Blue) = 108+173+185=466 (61% of max value = 765). Red value is 108 (42.58% from 255 or 23.18% from 466); Green value is 173 (67.97% from 255 or 37.12% from 466); Blue value is 185 (72.66% from 255 or 39.70% from 466); Max value from RGB is 185 - color contains mainly: blue. Hex color #6CADB9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6CADB9 is #935246. Grayscale: #9A9A9A. Windows color (decimal): -9654855 or 12168556. OLE color: 12168556.
HSL color Cylindrical-coordinate representation of color #6CADB9: hue angle of 189.35º 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 #6CADB9 is Cyan = 0.42, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 108 | 173 | 185 | - |
| CMYK | 0.42 | 0.06 | 0 | 0.27 |
| HSL | 189.35º | 0.35% | 0.57% | - |
| HSV(B) | 189.35º | 0.42% | 0.73% | - |
| XYZ | 29.88 | 36.58 | 51.38 | - |
| YUV | 154.93 | 144.97 | 94.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 173 | 185 | 0.42 | 0.06 | 0 | 0.27 | 189.35 | 0.35 | 0.57 |
| Hex | 6C | AD | B9 | 2A | 6 | 0 | 1B | BD | 23 | 39 |
| Octal | 154 | 255 | 271 | 52 | 6 | 0 | 33 | 275 | 43 | 71 |
| Binary | 1101100 | 10101101 | 10111001 | 101010 | 110 | 0 | 11011 | 10111101 | 100011 | 111001 |
Color Harmonies of #6CADB9
Complementary color
Monochromatic Colors of #6CADB9
Black with #6CADB9
Text Example
Text Example
White with #6CADB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CADB9; }
p { color: rgb(108,173,185); }
H1.HeaderClassName
{
color: #6CADB9;
}
.AnyTagClassName
{
color: #6CADB9;
}
</style>
background-color css
<style>
a { background-color: #6CADB9; }
a { background-color: rgb(108,173,185); }
div.DivClassName
{
background-color: #6CADB9;
}
.BgClassName
{
background-color: #6CADB9;
}
</style>
border-color css
<style>
span { border-color: #6CADB9; }
span { border-color: rgb(108,173,185); }
td.TdClassName
{
border-color: #6CADB9;
}
.TagClassName
{
border-color: #6CADB9;
}
</style>