Shades of Cadet Blue #6E999B
Tints of Cadet Blue #6E999B
RGB
CMYK
RGB Variations
Color information
#6E999B (or 0x6E999B) is known color: Cadet Blue. HEX triplet: 6E, 99 and 9B. RGB value is (110,153,155). Sum of RGB (Red+Green+Blue) = 110+153+155=418 (55% of max value = 765). Red value is 110 (43.36% from 255 or 26.32% from 418); Green value is 153 (60.16% from 255 or 36.60% from 418); Blue value is 155 (60.94% from 255 or 37.08% from 418); Max value from RGB is 155 - color contains mainly: blue. Hex color #6E999B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6E999B is #916664. Grayscale: #8C8C8C. Windows color (decimal): -9528933 or 10197358. OLE color: 10197358.
HSL color Cylindrical-coordinate representation of color #6E999B: hue angle of 182.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 #6E999B is Cyan = 0.29, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 110 | 153 | 155 | - |
| CMYK | 0.29 | 0.01 | 0 | 0.39 |
| HSL | 182.67º | 0.18% | 0.52% | - |
| HSV(B) | 182.67º | 0.29% | 0.61% | - |
| XYZ | 23.74 | 28.46 | 35.25 | - |
| YUV | 140.37 | 136.25 | 106.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 153 | 155 | 0.29 | 0.01 | 0 | 0.39 | 182.67 | 0.18 | 0.52 |
| Hex | 6E | 99 | 9B | 1D | 1 | 0 | 27 | B7 | 12 | 34 |
| Octal | 156 | 231 | 233 | 35 | 1 | 0 | 47 | 267 | 22 | 64 |
| Binary | 1101110 | 10011001 | 10011011 | 11101 | 1 | 0 | 100111 | 10110111 | 10010 | 110100 |
Color Harmonies of #6E999B
Complementary color
Monochromatic Colors of #6E999B
Black with #6E999B
Text Example
Text Example
White with #6E999B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E999B; }
p { color: rgb(110,153,155); }
H1.HeaderClassName
{
color: #6E999B;
}
.AnyTagClassName
{
color: #6E999B;
}
</style>
background-color css
<style>
a { background-color: #6E999B; }
a { background-color: rgb(110,153,155); }
div.DivClassName
{
background-color: #6E999B;
}
.BgClassName
{
background-color: #6E999B;
}
</style>
border-color css
<style>
span { border-color: #6E999B; }
span { border-color: rgb(110,153,155); }
td.TdClassName
{
border-color: #6E999B;
}
.TagClassName
{
border-color: #6E999B;
}
</style>