Shades of Cadet Blue #6D9E9A
Tints of Cadet Blue #6D9E9A
RGB
CMYK
RGB Variations
Color information
#6D9E9A (or 0x6D9E9A) is known color: Cadet Blue. HEX triplet: 6D, 9E and 9A. RGB value is (109,158,154). Sum of RGB (Red+Green+Blue) = 109+158+154=421 (55% of max value = 765). Red value is 109 (42.97% from 255 or 25.89% from 421); Green value is 158 (62.11% from 255 or 37.53% from 421); Blue value is 154 (60.55% from 255 or 36.58% from 421); Max value from RGB is 158 - color contains mainly: green. Hex color #6D9E9A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6D9E9A is #926165. Grayscale: #8E8E8E. Windows color (decimal): -9593190 or 10133101. OLE color: 10133101.
HSL color Cylindrical-coordinate representation of color #6D9E9A: hue angle of 175.1º degrees, saturation: 0.2, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #6D9E9A is Cyan = 0.31, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 109 | 158 | 154 | - |
| CMYK | 0.31 | 0 | 0.03 | 0.38 |
| HSL | 175.1º | 0.2% | 0.52% | - |
| HSV(B) | 175.1º | 0.31% | 0.62% | - |
| XYZ | 24.37 | 30.04 | 35.09 | - |
| YUV | 142.89 | 134.27 | 103.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 158 | 154 | 0.31 | 0 | 0.03 | 0.38 | 175.1 | 0.2 | 0.52 |
| Hex | 6D | 9E | 9A | 1F | 0 | 3 | 26 | AF | 14 | 34 |
| Octal | 155 | 236 | 232 | 37 | 0 | 3 | 46 | 257 | 24 | 64 |
| Binary | 1101101 | 10011110 | 10011010 | 11111 | 0 | 11 | 100110 | 10101111 | 10100 | 110100 |
Color Harmonies of #6D9E9A
Complementary color
Monochromatic Colors of #6D9E9A
Black with #6D9E9A
Text Example
Text Example
White with #6D9E9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D9E9A; }
p { color: rgb(109,158,154); }
H1.HeaderClassName
{
color: #6D9E9A;
}
.AnyTagClassName
{
color: #6D9E9A;
}
</style>
background-color css
<style>
a { background-color: #6D9E9A; }
a { background-color: rgb(109,158,154); }
div.DivClassName
{
background-color: #6D9E9A;
}
.BgClassName
{
background-color: #6D9E9A;
}
</style>
border-color css
<style>
span { border-color: #6D9E9A; }
span { border-color: rgb(109,158,154); }
td.TdClassName
{
border-color: #6D9E9A;
}
.TagClassName
{
border-color: #6D9E9A;
}
</style>