Shades of Cadet Blue #6AA19B
Tints of Cadet Blue #6AA19B
RGB
CMYK
RGB Variations
Color information
#6AA19B (or 0x6AA19B) is known color: Cadet Blue. HEX triplet: 6A, A1 and 9B. RGB value is (106,161,155). Sum of RGB (Red+Green+Blue) = 106+161+155=422 (55% of max value = 765). Red value is 106 (41.80% from 255 or 25.12% from 422); Green value is 161 (63.28% from 255 or 38.15% from 422); Blue value is 155 (60.94% from 255 or 36.73% from 422); Max value from RGB is 161 - color contains mainly: green. Hex color #6AA19B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6AA19B is #955E64. Grayscale: #8F8F8F. Windows color (decimal): -9789029 or 10199402. OLE color: 10199402.
HSL color Cylindrical-coordinate representation of color #6AA19B: hue angle of 173.45º 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 #6AA19B is Cyan = 0.34, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 106 | 161 | 155 | - |
| CMYK | 0.34 | 0 | 0.04 | 0.37 |
| HSL | 173.45º | 0.23% | 0.52% | - |
| HSV(B) | 173.45º | 0.34% | 0.63% | - |
| XYZ | 24.61 | 30.92 | 35.68 | - |
| YUV | 143.87 | 134.28 | 100.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 161 | 155 | 0.34 | 0 | 0.04 | 0.37 | 173.45 | 0.23 | 0.52 |
| Hex | 6A | A1 | 9B | 22 | 0 | 4 | 25 | AD | 17 | 34 |
| Octal | 152 | 241 | 233 | 42 | 0 | 4 | 45 | 255 | 27 | 64 |
| Binary | 1101010 | 10100001 | 10011011 | 100010 | 0 | 100 | 100101 | 10101101 | 10111 | 110100 |
Color Harmonies of #6AA19B
Complementary color
Monochromatic Colors of #6AA19B
Black with #6AA19B
Text Example
Text Example
White with #6AA19B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AA19B; }
p { color: rgb(106,161,155); }
H1.HeaderClassName
{
color: #6AA19B;
}
.AnyTagClassName
{
color: #6AA19B;
}
</style>
background-color css
<style>
a { background-color: #6AA19B; }
a { background-color: rgb(106,161,155); }
div.DivClassName
{
background-color: #6AA19B;
}
.BgClassName
{
background-color: #6AA19B;
}
</style>
border-color css
<style>
span { border-color: #6AA19B; }
span { border-color: rgb(106,161,155); }
td.TdClassName
{
border-color: #6AA19B;
}
.TagClassName
{
border-color: #6AA19B;
}
</style>