Shades of Cadet Blue #6D9DA2
Tints of Cadet Blue #6D9DA2
RGB
CMYK
RGB Variations
Color information
#6D9DA2 (or 0x6D9DA2) is known color: Cadet Blue. HEX triplet: 6D, 9D and A2. RGB value is (109,157,162). Sum of RGB (Red+Green+Blue) = 109+157+162=428 (56% of max value = 765). Red value is 109 (42.97% from 255 or 25.47% from 428); Green value is 157 (61.72% from 255 or 36.68% from 428); Blue value is 162 (63.67% from 255 or 37.85% from 428); Max value from RGB is 162 - color contains mainly: blue. Hex color #6D9DA2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6D9DA2 is #92625D. Grayscale: #8F8F8F. Windows color (decimal): -9593438 or 10657133. OLE color: 10657133.
HSL color Cylindrical-coordinate representation of color #6D9DA2: hue angle of 185.66º degrees, saturation: 0.22, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #6D9DA2 is Cyan = 0.33, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 109 | 157 | 162 | - |
| CMYK | 0.33 | 0.03 | 0 | 0.36 |
| HSL | 185.66º | 0.22% | 0.53% | - |
| HSV(B) | 185.66º | 0.33% | 0.64% | - |
| XYZ | 24.89 | 29.97 | 38.66 | - |
| YUV | 143.22 | 138.6 | 103.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 157 | 162 | 0.33 | 0.03 | 0 | 0.36 | 185.66 | 0.22 | 0.53 |
| Hex | 6D | 9D | A2 | 21 | 3 | 0 | 24 | BA | 16 | 35 |
| Octal | 155 | 235 | 242 | 41 | 3 | 0 | 44 | 272 | 26 | 65 |
| Binary | 1101101 | 10011101 | 10100010 | 100001 | 11 | 0 | 100100 | 10111010 | 10110 | 110101 |
Color Harmonies of #6D9DA2
Complementary color
Monochromatic Colors of #6D9DA2
Black with #6D9DA2
Text Example
Text Example
White with #6D9DA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D9DA2; }
p { color: rgb(109,157,162); }
H1.HeaderClassName
{
color: #6D9DA2;
}
.AnyTagClassName
{
color: #6D9DA2;
}
</style>
background-color css
<style>
a { background-color: #6D9DA2; }
a { background-color: rgb(109,157,162); }
div.DivClassName
{
background-color: #6D9DA2;
}
.BgClassName
{
background-color: #6D9DA2;
}
</style>
border-color css
<style>
span { border-color: #6D9DA2; }
span { border-color: rgb(109,157,162); }
td.TdClassName
{
border-color: #6D9DA2;
}
.TagClassName
{
border-color: #6D9DA2;
}
</style>