Shades of Cadet Blue #6E999A
Tints of Cadet Blue #6E999A
RGB
CMYK
RGB Variations
Color information
#6E999A (or 0x6E999A) is known color: Cadet Blue. HEX triplet: 6E, 99 and 9A. RGB value is (110,153,154). Sum of RGB (Red+Green+Blue) = 110+153+154=417 (55% of max value = 765). Red value is 110 (43.36% from 255 or 26.38% from 417); Green value is 153 (60.16% from 255 or 36.69% from 417); Blue value is 154 (60.55% from 255 or 36.93% from 417); Max value from RGB is 154 - color contains mainly: blue. Hex color #6E999A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6E999A is #916665. Grayscale: #8C8C8C. Windows color (decimal): -9528934 or 10131822. OLE color: 10131822.
HSL color Cylindrical-coordinate representation of color #6E999A: hue angle of 181.36º degrees, saturation: 0.18, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #6E999A is Cyan = 0.29, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 110 | 153 | 154 | - |
| CMYK | 0.29 | 0.01 | 0 | 0.40 |
| HSL | 181.36º | 0.18% | 0.52% | - |
| HSV(B) | 181.36º | 0.29% | 0.6% | - |
| XYZ | 23.65 | 28.43 | 34.81 | - |
| YUV | 140.26 | 135.75 | 106.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 153 | 154 | 0.29 | 0.01 | 0 | 0.40 | 181.36 | 0.18 | 0.52 |
| Hex | 6E | 99 | 9A | 1D | 1 | 0 | 28 | B5 | 12 | 34 |
| Octal | 156 | 231 | 232 | 35 | 1 | 0 | 50 | 265 | 22 | 64 |
| Binary | 1101110 | 10011001 | 10011010 | 11101 | 1 | 0 | 101000 | 10110101 | 10010 | 110100 |
Color Harmonies of #6E999A
Complementary color
Monochromatic Colors of #6E999A
Black with #6E999A
Text Example
Text Example
White with #6E999A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E999A; }
p { color: rgb(110,153,154); }
H1.HeaderClassName
{
color: #6E999A;
}
.AnyTagClassName
{
color: #6E999A;
}
</style>
background-color css
<style>
a { background-color: #6E999A; }
a { background-color: rgb(110,153,154); }
div.DivClassName
{
background-color: #6E999A;
}
.BgClassName
{
background-color: #6E999A;
}
</style>
border-color css
<style>
span { border-color: #6E999A; }
span { border-color: rgb(110,153,154); }
td.TdClassName
{
border-color: #6E999A;
}
.TagClassName
{
border-color: #6E999A;
}
</style>