Shades of Cadet Blue #6A9AA0
Tints of Cadet Blue #6A9AA0
RGB
CMYK
RGB Variations
Color information
#6A9AA0 (or 0x6A9AA0) is known color: Cadet Blue. HEX triplet: 6A, 9A and A0. RGB value is (106,154,160). Sum of RGB (Red+Green+Blue) = 106+154+160=420 (55% of max value = 765). Red value is 106 (41.80% from 255 or 25.24% from 420); Green value is 154 (60.55% from 255 or 36.67% from 420); Blue value is 160 (62.89% from 255 or 38.10% from 420); Max value from RGB is 160 - color contains mainly: blue. Hex color #6A9AA0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6A9AA0 is #95655F. Grayscale: #8C8C8C. Windows color (decimal): -9790816 or 10525290. OLE color: 10525290.
HSL color Cylindrical-coordinate representation of color #6A9AA0: hue angle of 186.67º degrees, saturation: 0.22, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #6A9AA0 is Cyan = 0.34, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 106 | 154 | 160 | - |
| CMYK | 0.34 | 0.04 | 0 | 0.37 |
| HSL | 186.67º | 0.22% | 0.52% | - |
| HSV(B) | 186.67º | 0.34% | 0.63% | - |
| XYZ | 23.84 | 28.71 | 37.54 | - |
| YUV | 140.33 | 139.1 | 103.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 154 | 160 | 0.34 | 0.04 | 0 | 0.37 | 186.67 | 0.22 | 0.52 |
| Hex | 6A | 9A | A0 | 22 | 4 | 0 | 25 | BB | 16 | 34 |
| Octal | 152 | 232 | 240 | 42 | 4 | 0 | 45 | 273 | 26 | 64 |
| Binary | 1101010 | 10011010 | 10100000 | 100010 | 100 | 0 | 100101 | 10111011 | 10110 | 110100 |
Color Harmonies of #6A9AA0
Complementary color
Monochromatic Colors of #6A9AA0
Black with #6A9AA0
Text Example
Text Example
White with #6A9AA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A9AA0; }
p { color: rgb(106,154,160); }
H1.HeaderClassName
{
color: #6A9AA0;
}
.AnyTagClassName
{
color: #6A9AA0;
}
</style>
background-color css
<style>
a { background-color: #6A9AA0; }
a { background-color: rgb(106,154,160); }
div.DivClassName
{
background-color: #6A9AA0;
}
.BgClassName
{
background-color: #6A9AA0;
}
</style>
border-color css
<style>
span { border-color: #6A9AA0; }
span { border-color: rgb(106,154,160); }
td.TdClassName
{
border-color: #6A9AA0;
}
.TagClassName
{
border-color: #6A9AA0;
}
</style>