Shades of Cadet Blue #6AA09D
Tints of Cadet Blue #6AA09D
RGB
CMYK
RGB Variations
Color information
#6AA09D (or 0x6AA09D) is known color: Cadet Blue. HEX triplet: 6A, A0 and 9D. RGB value is (106,160,157). Sum of RGB (Red+Green+Blue) = 106+160+157=423 (56% of max value = 765). Red value is 106 (41.80% from 255 or 25.06% from 423); Green value is 160 (62.89% from 255 or 37.83% from 423); Blue value is 157 (61.72% from 255 or 37.12% from 423); Max value from RGB is 160 - color contains mainly: green. Hex color #6AA09D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6AA09D is #955F62. Grayscale: #8F8F8F. Windows color (decimal): -9789283 or 10330218. OLE color: 10330218.
HSL color Cylindrical-coordinate representation of color #6AA09D: hue angle of 176.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 #6AA09D is Cyan = 0.34, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 106 | 160 | 157 | - |
| CMYK | 0.34 | 0 | 0.02 | 0.37 |
| HSL | 176.67º | 0.22% | 0.52% | - |
| HSV(B) | 176.67º | 0.34% | 0.63% | - |
| XYZ | 24.6 | 30.64 | 36.52 | - |
| YUV | 143.51 | 135.61 | 101.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 160 | 157 | 0.34 | 0 | 0.02 | 0.37 | 176.67 | 0.22 | 0.52 |
| Hex | 6A | A0 | 9D | 22 | 0 | 2 | 25 | B1 | 16 | 34 |
| Octal | 152 | 240 | 235 | 42 | 0 | 2 | 45 | 261 | 26 | 64 |
| Binary | 1101010 | 10100000 | 10011101 | 100010 | 0 | 10 | 100101 | 10110001 | 10110 | 110100 |
Color Harmonies of #6AA09D
Complementary color
Monochromatic Colors of #6AA09D
Black with #6AA09D
Text Example
Text Example
White with #6AA09D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AA09D; }
p { color: rgb(106,160,157); }
H1.HeaderClassName
{
color: #6AA09D;
}
.AnyTagClassName
{
color: #6AA09D;
}
</style>
background-color css
<style>
a { background-color: #6AA09D; }
a { background-color: rgb(106,160,157); }
div.DivClassName
{
background-color: #6AA09D;
}
.BgClassName
{
background-color: #6AA09D;
}
</style>
border-color css
<style>
span { border-color: #6AA09D; }
span { border-color: rgb(106,160,157); }
td.TdClassName
{
border-color: #6AA09D;
}
.TagClassName
{
border-color: #6AA09D;
}
</style>