Shades of Cadet Blue #6E989D
Tints of Cadet Blue #6E989D
RGB
CMYK
RGB Variations
Color information
#6E989D (or 0x6E989D) is known color: Cadet Blue. HEX triplet: 6E, 98 and 9D. RGB value is (110,152,157). Sum of RGB (Red+Green+Blue) = 110+152+157=419 (55% of max value = 765). Red value is 110 (43.36% from 255 or 26.25% from 419); Green value is 152 (59.77% from 255 or 36.28% from 419); Blue value is 157 (61.72% from 255 or 37.47% from 419); Max value from RGB is 157 - color contains mainly: blue. Hex color #6E989D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6E989D is #916762. Grayscale: #8B8B8B. Windows color (decimal): -9529187 or 10328174. OLE color: 10328174.
HSL color Cylindrical-coordinate representation of color #6E989D: hue angle of 186.38º 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 #6E989D is Cyan = 0.30, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 110 | 152 | 157 | - |
| CMYK | 0.30 | 0.03 | 0 | 0.38 |
| HSL | 186.38º | 0.19% | 0.52% | - |
| HSV(B) | 186.38º | 0.3% | 0.62% | - |
| XYZ | 23.74 | 28.21 | 36.09 | - |
| YUV | 140.01 | 137.59 | 106.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 152 | 157 | 0.30 | 0.03 | 0 | 0.38 | 186.38 | 0.19 | 0.52 |
| Hex | 6E | 98 | 9D | 1E | 3 | 0 | 26 | BA | 13 | 34 |
| Octal | 156 | 230 | 235 | 36 | 3 | 0 | 46 | 272 | 23 | 64 |
| Binary | 1101110 | 10011000 | 10011101 | 11110 | 11 | 0 | 100110 | 10111010 | 10011 | 110100 |
Color Harmonies of #6E989D
Complementary color
Monochromatic Colors of #6E989D
Black with #6E989D
Text Example
Text Example
White with #6E989D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E989D; }
p { color: rgb(110,152,157); }
H1.HeaderClassName
{
color: #6E989D;
}
.AnyTagClassName
{
color: #6E989D;
}
</style>
background-color css
<style>
a { background-color: #6E989D; }
a { background-color: rgb(110,152,157); }
div.DivClassName
{
background-color: #6E989D;
}
.BgClassName
{
background-color: #6E989D;
}
</style>
border-color css
<style>
span { border-color: #6E989D; }
span { border-color: rgb(110,152,157); }
td.TdClassName
{
border-color: #6E989D;
}
.TagClassName
{
border-color: #6E989D;
}
</style>