Shades of Cadet Blue #6E9C9D
Tints of Cadet Blue #6E9C9D
RGB
CMYK
RGB Variations
Color information
#6E9C9D (or 0x6E9C9D) is known color: Cadet Blue. HEX triplet: 6E, 9C and 9D. RGB value is (110,156,157). Sum of RGB (Red+Green+Blue) = 110+156+157=423 (56% of max value = 765). Red value is 110 (43.36% from 255 or 26.00% from 423); Green value is 156 (61.33% from 255 or 36.88% from 423); Blue value is 157 (61.72% from 255 or 37.12% from 423); Max value from RGB is 157 - color contains mainly: blue. Hex color #6E9C9D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6E9C9D is #916362. Grayscale: #8E8E8E. Windows color (decimal): -9528163 or 10329198. OLE color: 10329198.
HSL color Cylindrical-coordinate representation of color #6E9C9D: hue angle of 181.28º 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 #6E9C9D is Cyan = 0.30, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 110 | 156 | 157 | - |
| CMYK | 0.30 | 0.01 | 0 | 0.38 |
| HSL | 181.28º | 0.19% | 0.52% | - |
| HSV(B) | 181.28º | 0.3% | 0.62% | - |
| XYZ | 24.4 | 29.53 | 36.31 | - |
| YUV | 142.36 | 136.26 | 104.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 156 | 157 | 0.30 | 0.01 | 0 | 0.38 | 181.28 | 0.19 | 0.52 |
| Hex | 6E | 9C | 9D | 1E | 1 | 0 | 26 | B5 | 13 | 34 |
| Octal | 156 | 234 | 235 | 36 | 1 | 0 | 46 | 265 | 23 | 64 |
| Binary | 1101110 | 10011100 | 10011101 | 11110 | 1 | 0 | 100110 | 10110101 | 10011 | 110100 |
Color Harmonies of #6E9C9D
Complementary color
Monochromatic Colors of #6E9C9D
Black with #6E9C9D
Text Example
Text Example
White with #6E9C9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E9C9D; }
p { color: rgb(110,156,157); }
H1.HeaderClassName
{
color: #6E9C9D;
}
.AnyTagClassName
{
color: #6E9C9D;
}
</style>
background-color css
<style>
a { background-color: #6E9C9D; }
a { background-color: rgb(110,156,157); }
div.DivClassName
{
background-color: #6E9C9D;
}
.BgClassName
{
background-color: #6E9C9D;
}
</style>
border-color css
<style>
span { border-color: #6E9C9D; }
span { border-color: rgb(110,156,157); }
td.TdClassName
{
border-color: #6E9C9D;
}
.TagClassName
{
border-color: #6E9C9D;
}
</style>