Shades of Cadet Blue #6C9EA5
Tints of Cadet Blue #6C9EA5
RGB
CMYK
RGB Variations
Color information
#6C9EA5 (or 0x6C9EA5) is known color: Cadet Blue. HEX triplet: 6C, 9E and A5. RGB value is (108,158,165). Sum of RGB (Red+Green+Blue) = 108+158+165=431 (57% of max value = 765). Red value is 108 (42.58% from 255 or 25.06% from 431); Green value is 158 (62.11% from 255 or 36.66% from 431); Blue value is 165 (64.84% from 255 or 38.28% from 431); Max value from RGB is 165 - color contains mainly: blue. Hex color #6C9EA5 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6C9EA5 is #93615A. Grayscale: #8F8F8F. Windows color (decimal): -9658715 or 10853996. OLE color: 10853996.
HSL color Cylindrical-coordinate representation of color #6C9EA5: hue angle of 187.37º degrees, saturation: 0.24, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #6C9EA5 is Cyan = 0.35, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 108 | 158 | 165 | - |
| CMYK | 0.35 | 0.04 | 0 | 0.35 |
| HSL | 187.37º | 0.24% | 0.54% | - |
| HSV(B) | 187.37º | 0.35% | 0.65% | - |
| XYZ | 25.2 | 30.36 | 40.13 | - |
| YUV | 143.85 | 139.94 | 102.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 158 | 165 | 0.35 | 0.04 | 0 | 0.35 | 187.37 | 0.24 | 0.54 |
| Hex | 6C | 9E | A5 | 23 | 4 | 0 | 23 | BB | 18 | 36 |
| Octal | 154 | 236 | 245 | 43 | 4 | 0 | 43 | 273 | 30 | 66 |
| Binary | 1101100 | 10011110 | 10100101 | 100011 | 100 | 0 | 100011 | 10111011 | 11000 | 110110 |
Color Harmonies of #6C9EA5
Complementary color
Monochromatic Colors of #6C9EA5
Black with #6C9EA5
Text Example
Text Example
White with #6C9EA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C9EA5; }
p { color: rgb(108,158,165); }
H1.HeaderClassName
{
color: #6C9EA5;
}
.AnyTagClassName
{
color: #6C9EA5;
}
</style>
background-color css
<style>
a { background-color: #6C9EA5; }
a { background-color: rgb(108,158,165); }
div.DivClassName
{
background-color: #6C9EA5;
}
.BgClassName
{
background-color: #6C9EA5;
}
</style>
border-color css
<style>
span { border-color: #6C9EA5; }
span { border-color: rgb(108,158,165); }
td.TdClassName
{
border-color: #6C9EA5;
}
.TagClassName
{
border-color: #6C9EA5;
}
</style>