Shades of Fountain Blue #6CADB8
Tints of Fountain Blue #6CADB8
RGB
CMYK
RGB Variations
Color information
#6CADB8 (or 0x6CADB8) is known color: Fountain Blue. HEX triplet: 6C, AD and B8. RGB value is (108,173,184). Sum of RGB (Red+Green+Blue) = 108+173+184=465 (61% of max value = 765). Red value is 108 (42.58% from 255 or 23.23% from 465); Green value is 173 (67.97% from 255 or 37.20% from 465); Blue value is 184 (72.27% from 255 or 39.57% from 465); Max value from RGB is 184 - color contains mainly: blue. Hex color #6CADB8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6CADB8 is #935247. Grayscale: #9A9A9A. Windows color (decimal): -9654856 or 12103020. OLE color: 12103020.
HSL color Cylindrical-coordinate representation of color #6CADB8: hue angle of 188.68º 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 #6CADB8 is Cyan = 0.41, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 108 | 173 | 184 | - |
| CMYK | 0.41 | 0.06 | 0 | 0.28 |
| HSL | 188.68º | 0.35% | 0.57% | - |
| HSV(B) | 188.68º | 0.41% | 0.72% | - |
| XYZ | 29.78 | 36.54 | 50.83 | - |
| YUV | 154.82 | 144.47 | 94.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 173 | 184 | 0.41 | 0.06 | 0 | 0.28 | 188.68 | 0.35 | 0.57 |
| Hex | 6C | AD | B8 | 29 | 6 | 0 | 1C | BD | 23 | 39 |
| Octal | 154 | 255 | 270 | 51 | 6 | 0 | 34 | 275 | 43 | 71 |
| Binary | 1101100 | 10101101 | 10111000 | 101001 | 110 | 0 | 11100 | 10111101 | 100011 | 111001 |
Color Harmonies of #6CADB8
Complementary color
Monochromatic Colors of #6CADB8
Black with #6CADB8
Text Example
Text Example
White with #6CADB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CADB8; }
p { color: rgb(108,173,184); }
H1.HeaderClassName
{
color: #6CADB8;
}
.AnyTagClassName
{
color: #6CADB8;
}
</style>
background-color css
<style>
a { background-color: #6CADB8; }
a { background-color: rgb(108,173,184); }
div.DivClassName
{
background-color: #6CADB8;
}
.BgClassName
{
background-color: #6CADB8;
}
</style>
border-color css
<style>
span { border-color: #6CADB8; }
span { border-color: rgb(108,173,184); }
td.TdClassName
{
border-color: #6CADB8;
}
.TagClassName
{
border-color: #6CADB8;
}
</style>