Shades of Fountain Blue #6CADB5
Tints of Fountain Blue #6CADB5
RGB
CMYK
RGB Variations
Color information
#6CADB5 (or 0x6CADB5) is known color: Fountain Blue. HEX triplet: 6C, AD and B5. RGB value is (108,173,181). Sum of RGB (Red+Green+Blue) = 108+173+181=462 (61% of max value = 765). Red value is 108 (42.58% from 255 or 23.38% from 462); Green value is 173 (67.97% from 255 or 37.45% from 462); Blue value is 181 (71.09% from 255 or 39.18% from 462); Max value from RGB is 181 - color contains mainly: blue. Hex color #6CADB5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6CADB5 is #93524A. Grayscale: #9A9A9A. Windows color (decimal): -9654859 or 11906412. OLE color: 11906412.
HSL color Cylindrical-coordinate representation of color #6CADB5: hue angle of 186.58º 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 #6CADB5 is Cyan = 0.40, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 108 | 173 | 181 | - |
| CMYK | 0.40 | 0.04 | 0 | 0.29 |
| HSL | 186.58º | 0.33% | 0.57% | - |
| HSV(B) | 186.58º | 0.4% | 0.71% | - |
| XYZ | 29.47 | 36.41 | 49.19 | - |
| YUV | 154.48 | 142.97 | 94.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 173 | 181 | 0.40 | 0.04 | 0 | 0.29 | 186.58 | 0.33 | 0.57 |
| Hex | 6C | AD | B5 | 28 | 4 | 0 | 1D | BB | 21 | 39 |
| Octal | 154 | 255 | 265 | 50 | 4 | 0 | 35 | 273 | 41 | 71 |
| Binary | 1101100 | 10101101 | 10110101 | 101000 | 100 | 0 | 11101 | 10111011 | 100001 | 111001 |
Color Harmonies of #6CADB5
Complementary color
Monochromatic Colors of #6CADB5
Black with #6CADB5
Text Example
Text Example
White with #6CADB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CADB5; }
p { color: rgb(108,173,181); }
H1.HeaderClassName
{
color: #6CADB5;
}
.AnyTagClassName
{
color: #6CADB5;
}
</style>
background-color css
<style>
a { background-color: #6CADB5; }
a { background-color: rgb(108,173,181); }
div.DivClassName
{
background-color: #6CADB5;
}
.BgClassName
{
background-color: #6CADB5;
}
</style>
border-color css
<style>
span { border-color: #6CADB5; }
span { border-color: rgb(108,173,181); }
td.TdClassName
{
border-color: #6CADB5;
}
.TagClassName
{
border-color: #6CADB5;
}
</style>