Shades of Cadet Blue #6C9E9F
Tints of Cadet Blue #6C9E9F
RGB
CMYK
RGB Variations
Color information
#6C9E9F (or 0x6C9E9F) is known color: Cadet Blue. HEX triplet: 6C, 9E and 9F. RGB value is (108,158,159). Sum of RGB (Red+Green+Blue) = 108+158+159=425 (56% of max value = 765). Red value is 108 (42.58% from 255 or 25.41% from 425); Green value is 158 (62.11% from 255 or 37.18% from 425); Blue value is 159 (62.5% from 255 or 37.41% from 425); Max value from RGB is 159 - color contains mainly: blue. Hex color #6C9E9F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6C9E9F is #936160. Grayscale: #8F8F8F. Windows color (decimal): -9658721 or 10460780. OLE color: 10460780.
HSL color Cylindrical-coordinate representation of color #6C9E9F: hue angle of 181.18º degrees, saturation: 0.21, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #6C9E9F is Cyan = 0.32, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 108 | 158 | 159 | - |
| CMYK | 0.32 | 0.01 | 0 | 0.38 |
| HSL | 181.18º | 0.21% | 0.52% | - |
| HSV(B) | 181.18º | 0.32% | 0.62% | - |
| XYZ | 24.67 | 30.15 | 37.32 | - |
| YUV | 143.16 | 136.94 | 102.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 158 | 159 | 0.32 | 0.01 | 0 | 0.38 | 181.18 | 0.21 | 0.52 |
| Hex | 6C | 9E | 9F | 20 | 1 | 0 | 26 | B5 | 15 | 34 |
| Octal | 154 | 236 | 237 | 40 | 1 | 0 | 46 | 265 | 25 | 64 |
| Binary | 1101100 | 10011110 | 10011111 | 100000 | 1 | 0 | 100110 | 10110101 | 10101 | 110100 |
Color Harmonies of #6C9E9F
Complementary color
Monochromatic Colors of #6C9E9F
Black with #6C9E9F
Text Example
Text Example
White with #6C9E9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C9E9F; }
p { color: rgb(108,158,159); }
H1.HeaderClassName
{
color: #6C9E9F;
}
.AnyTagClassName
{
color: #6C9E9F;
}
</style>
background-color css
<style>
a { background-color: #6C9E9F; }
a { background-color: rgb(108,158,159); }
div.DivClassName
{
background-color: #6C9E9F;
}
.BgClassName
{
background-color: #6C9E9F;
}
</style>
border-color css
<style>
span { border-color: #6C9E9F; }
span { border-color: rgb(108,158,159); }
td.TdClassName
{
border-color: #6C9E9F;
}
.TagClassName
{
border-color: #6C9E9F;
}
</style>