Shades of Cadet Blue #6E969E
Tints of Cadet Blue #6E969E
RGB
CMYK
RGB Variations
Color information
#6E969E (or 0x6E969E) is known color: Cadet Blue. HEX triplet: 6E, 96 and 9E. RGB value is (110,150,158). Sum of RGB (Red+Green+Blue) = 110+150+158=418 (55% of max value = 765). Red value is 110 (43.36% from 255 or 26.32% from 418); Green value is 150 (58.98% from 255 or 35.89% from 418); Blue value is 158 (62.11% from 255 or 37.80% from 418); Max value from RGB is 158 - color contains mainly: blue. Hex color #6E969E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6E969E is #916961. Grayscale: #8A8A8A. Windows color (decimal): -9529698 or 10393198. OLE color: 10393198.
HSL color Cylindrical-coordinate representation of color #6E969E: hue angle of 190º degrees, saturation: 0.2, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #6E969E is Cyan = 0.30, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 110 | 150 | 158 | - |
| CMYK | 0.30 | 0.05 | 0 | 0.38 |
| HSL | 190º | 0.2% | 0.53% | - |
| HSV(B) | 190º | 0.3% | 0.62% | - |
| XYZ | 23.51 | 27.6 | 36.44 | - |
| YUV | 138.95 | 138.75 | 107.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 150 | 158 | 0.30 | 0.05 | 0 | 0.38 | 190 | 0.2 | 0.53 |
| Hex | 6E | 96 | 9E | 1E | 5 | 0 | 26 | BE | 14 | 35 |
| Octal | 156 | 226 | 236 | 36 | 5 | 0 | 46 | 276 | 24 | 65 |
| Binary | 1101110 | 10010110 | 10011110 | 11110 | 101 | 0 | 100110 | 10111110 | 10100 | 110101 |
Color Harmonies of #6E969E
Complementary color
Monochromatic Colors of #6E969E
Black with #6E969E
Text Example
Text Example
White with #6E969E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E969E; }
p { color: rgb(110,150,158); }
H1.HeaderClassName
{
color: #6E969E;
}
.AnyTagClassName
{
color: #6E969E;
}
</style>
background-color css
<style>
a { background-color: #6E969E; }
a { background-color: rgb(110,150,158); }
div.DivClassName
{
background-color: #6E969E;
}
.BgClassName
{
background-color: #6E969E;
}
</style>
border-color css
<style>
span { border-color: #6E969E; }
span { border-color: rgb(110,150,158); }
td.TdClassName
{
border-color: #6E969E;
}
.TagClassName
{
border-color: #6E969E;
}
</style>