Shades of Cadet Blue #6A9AA1
Tints of Cadet Blue #6A9AA1
RGB
CMYK
RGB Variations
Color information
#6A9AA1 (or 0x6A9AA1) is known color: Cadet Blue. HEX triplet: 6A, 9A and A1. RGB value is (106,154,161). Sum of RGB (Red+Green+Blue) = 106+154+161=421 (55% of max value = 765). Red value is 106 (41.80% from 255 or 25.18% from 421); Green value is 154 (60.55% from 255 or 36.58% from 421); Blue value is 161 (63.28% from 255 or 38.24% from 421); Max value from RGB is 161 - color contains mainly: blue. Hex color #6A9AA1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6A9AA1 is #95655E. Grayscale: #8C8C8C. Windows color (decimal): -9790815 or 10590826. OLE color: 10590826.
HSL color Cylindrical-coordinate representation of color #6A9AA1: hue angle of 187.64º degrees, saturation: 0.23, 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 #6A9AA1 is Cyan = 0.34, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 106 | 154 | 161 | - |
| CMYK | 0.34 | 0.04 | 0 | 0.37 |
| HSL | 187.64º | 0.23% | 0.52% | - |
| HSV(B) | 187.64º | 0.34% | 0.63% | - |
| XYZ | 23.93 | 28.75 | 38.01 | - |
| YUV | 140.45 | 139.6 | 103.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 154 | 161 | 0.34 | 0.04 | 0 | 0.37 | 187.64 | 0.23 | 0.52 |
| Hex | 6A | 9A | A1 | 22 | 4 | 0 | 25 | BC | 17 | 34 |
| Octal | 152 | 232 | 241 | 42 | 4 | 0 | 45 | 274 | 27 | 64 |
| Binary | 1101010 | 10011010 | 10100001 | 100010 | 100 | 0 | 100101 | 10111100 | 10111 | 110100 |
Color Harmonies of #6A9AA1
Complementary color
Monochromatic Colors of #6A9AA1
Black with #6A9AA1
Text Example
Text Example
White with #6A9AA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A9AA1; }
p { color: rgb(106,154,161); }
H1.HeaderClassName
{
color: #6A9AA1;
}
.AnyTagClassName
{
color: #6A9AA1;
}
</style>
background-color css
<style>
a { background-color: #6A9AA1; }
a { background-color: rgb(106,154,161); }
div.DivClassName
{
background-color: #6A9AA1;
}
.BgClassName
{
background-color: #6A9AA1;
}
</style>
border-color css
<style>
span { border-color: #6A9AA1; }
span { border-color: rgb(106,154,161); }
td.TdClassName
{
border-color: #6A9AA1;
}
.TagClassName
{
border-color: #6A9AA1;
}
</style>