Shades of Cadet Blue #6E9D9B
Tints of Cadet Blue #6E9D9B
RGB
CMYK
RGB Variations
Color information
#6E9D9B (or 0x6E9D9B) is known color: Cadet Blue. HEX triplet: 6E, 9D and 9B. RGB value is (110,157,155). Sum of RGB (Red+Green+Blue) = 110+157+155=422 (55% of max value = 765). Red value is 110 (43.36% from 255 or 26.07% from 422); Green value is 157 (61.72% from 255 or 37.20% from 422); Blue value is 155 (60.94% from 255 or 36.73% from 422); Max value from RGB is 157 - color contains mainly: green. Hex color #6E9D9B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6E9D9B is #916264. Grayscale: #8E8E8E. Windows color (decimal): -9527909 or 10198382. OLE color: 10198382.
HSL color Cylindrical-coordinate representation of color #6E9D9B: hue angle of 177.45º degrees, saturation: 0.19, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #6E9D9B is Cyan = 0.30, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 110 | 157 | 155 | - |
| CMYK | 0.30 | 0 | 0.01 | 0.38 |
| HSL | 177.45º | 0.19% | 0.52% | - |
| HSV(B) | 177.45º | 0.3% | 0.62% | - |
| XYZ | 24.4 | 29.8 | 35.48 | - |
| YUV | 142.72 | 134.93 | 104.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 157 | 155 | 0.30 | 0 | 0.01 | 0.38 | 177.45 | 0.19 | 0.52 |
| Hex | 6E | 9D | 9B | 1E | 0 | 1 | 26 | B1 | 13 | 34 |
| Octal | 156 | 235 | 233 | 36 | 0 | 1 | 46 | 261 | 23 | 64 |
| Binary | 1101110 | 10011101 | 10011011 | 11110 | 0 | 1 | 100110 | 10110001 | 10011 | 110100 |
Color Harmonies of #6E9D9B
Complementary color
Monochromatic Colors of #6E9D9B
Black with #6E9D9B
Text Example
Text Example
White with #6E9D9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E9D9B; }
p { color: rgb(110,157,155); }
H1.HeaderClassName
{
color: #6E9D9B;
}
.AnyTagClassName
{
color: #6E9D9B;
}
</style>
background-color css
<style>
a { background-color: #6E9D9B; }
a { background-color: rgb(110,157,155); }
div.DivClassName
{
background-color: #6E9D9B;
}
.BgClassName
{
background-color: #6E9D9B;
}
</style>
border-color css
<style>
span { border-color: #6E9D9B; }
span { border-color: rgb(110,157,155); }
td.TdClassName
{
border-color: #6E9D9B;
}
.TagClassName
{
border-color: #6E9D9B;
}
</style>