Shades of Cadet Blue #6E969B
Tints of Cadet Blue #6E969B
RGB
CMYK
RGB Variations
Color information
#6E969B (or 0x6E969B) is known color: Cadet Blue. HEX triplet: 6E, 96 and 9B. RGB value is (110,150,155). Sum of RGB (Red+Green+Blue) = 110+150+155=415 (54% of max value = 765). Red value is 110 (43.36% from 255 or 26.51% from 415); Green value is 150 (58.98% from 255 or 36.14% from 415); Blue value is 155 (60.94% from 255 or 37.35% from 415); Max value from RGB is 155 - color contains mainly: blue. Hex color #6E969B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6E969B is #916964. Grayscale: #8A8A8A. Windows color (decimal): -9529701 or 10196590. OLE color: 10196590.
HSL color Cylindrical-coordinate representation of color #6E969B: hue angle of 186.67º degrees, saturation: 0.18, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #6E969B is Cyan = 0.29, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 110 | 150 | 155 | - |
| CMYK | 0.29 | 0.03 | 0 | 0.39 |
| HSL | 186.67º | 0.18% | 0.52% | - |
| HSV(B) | 186.67º | 0.29% | 0.61% | - |
| XYZ | 23.25 | 27.49 | 35.09 | - |
| YUV | 138.61 | 137.25 | 107.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 150 | 155 | 0.29 | 0.03 | 0 | 0.39 | 186.67 | 0.18 | 0.52 |
| Hex | 6E | 96 | 9B | 1D | 3 | 0 | 27 | BB | 12 | 34 |
| Octal | 156 | 226 | 233 | 35 | 3 | 0 | 47 | 273 | 22 | 64 |
| Binary | 1101110 | 10010110 | 10011011 | 11101 | 11 | 0 | 100111 | 10111011 | 10010 | 110100 |
Color Harmonies of #6E969B
Complementary color
Monochromatic Colors of #6E969B
Black with #6E969B
Text Example
Text Example
White with #6E969B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E969B; }
p { color: rgb(110,150,155); }
H1.HeaderClassName
{
color: #6E969B;
}
.AnyTagClassName
{
color: #6E969B;
}
</style>
background-color css
<style>
a { background-color: #6E969B; }
a { background-color: rgb(110,150,155); }
div.DivClassName
{
background-color: #6E969B;
}
.BgClassName
{
background-color: #6E969B;
}
</style>
border-color css
<style>
span { border-color: #6E969B; }
span { border-color: rgb(110,150,155); }
td.TdClassName
{
border-color: #6E969B;
}
.TagClassName
{
border-color: #6E969B;
}
</style>