Shades of Cadet Blue #6D9A99
Tints of Cadet Blue #6D9A99
RGB
CMYK
RGB Variations
Color information
#6D9A99 (or 0x6D9A99) is known color: Cadet Blue. HEX triplet: 6D, 9A and 99. RGB value is (109,154,153). Sum of RGB (Red+Green+Blue) = 109+154+153=416 (55% of max value = 765). Red value is 109 (42.97% from 255 or 26.20% from 416); Green value is 154 (60.55% from 255 or 37.02% from 416); Blue value is 153 (60.16% from 255 or 36.78% from 416); Max value from RGB is 154 - color contains mainly: green. Hex color #6D9A99 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6D9A99 is #926566. Grayscale: #8C8C8C. Windows color (decimal): -9594215 or 10066541. OLE color: 10066541.
HSL color Cylindrical-coordinate representation of color #6D9A99: hue angle of 178.67º 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 #6D9A99 is Cyan = 0.29, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 109 | 154 | 153 | - |
| CMYK | 0.29 | 0 | 0.01 | 0.40 |
| HSL | 178.67º | 0.18% | 0.52% | - |
| HSV(B) | 178.67º | 0.29% | 0.6% | - |
| XYZ | 23.61 | 28.66 | 34.42 | - |
| YUV | 140.43 | 135.09 | 105.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 154 | 153 | 0.29 | 0 | 0.01 | 0.40 | 178.67 | 0.18 | 0.52 |
| Hex | 6D | 9A | 99 | 1D | 0 | 1 | 28 | B3 | 12 | 34 |
| Octal | 155 | 232 | 231 | 35 | 0 | 1 | 50 | 263 | 22 | 64 |
| Binary | 1101101 | 10011010 | 10011001 | 11101 | 0 | 1 | 101000 | 10110011 | 10010 | 110100 |
Color Harmonies of #6D9A99
Complementary color
Monochromatic Colors of #6D9A99
Black with #6D9A99
Text Example
Text Example
White with #6D9A99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D9A99; }
p { color: rgb(109,154,153); }
H1.HeaderClassName
{
color: #6D9A99;
}
.AnyTagClassName
{
color: #6D9A99;
}
</style>
background-color css
<style>
a { background-color: #6D9A99; }
a { background-color: rgb(109,154,153); }
div.DivClassName
{
background-color: #6D9A99;
}
.BgClassName
{
background-color: #6D9A99;
}
</style>
border-color css
<style>
span { border-color: #6D9A99; }
span { border-color: rgb(109,154,153); }
td.TdClassName
{
border-color: #6D9A99;
}
.TagClassName
{
border-color: #6D9A99;
}
</style>