Shades of Cadet Blue #6AA19F
Tints of Cadet Blue #6AA19F
RGB
CMYK
RGB Variations
Color information
#6AA19F (or 0x6AA19F) is known color: Cadet Blue. HEX triplet: 6A, A1 and 9F. RGB value is (106,161,159). Sum of RGB (Red+Green+Blue) = 106+161+159=426 (56% of max value = 765). Red value is 106 (41.80% from 255 or 24.88% from 426); Green value is 161 (63.28% from 255 or 37.79% from 426); Blue value is 159 (62.5% from 255 or 37.32% from 426); Max value from RGB is 161 - color contains mainly: green. Hex color #6AA19F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6AA19F is #955E60. Grayscale: #909090. Windows color (decimal): -9789025 or 10461546. OLE color: 10461546.
HSL color Cylindrical-coordinate representation of color #6AA19F: hue angle of 177.82º 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 #6AA19F is Cyan = 0.34, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 106 | 161 | 159 | - |
| CMYK | 0.34 | 0 | 0.01 | 0.37 |
| HSL | 177.82º | 0.23% | 0.52% | - |
| HSV(B) | 177.82º | 0.34% | 0.63% | - |
| XYZ | 24.95 | 31.06 | 37.48 | - |
| YUV | 144.33 | 136.28 | 100.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 161 | 159 | 0.34 | 0 | 0.01 | 0.37 | 177.82 | 0.23 | 0.52 |
| Hex | 6A | A1 | 9F | 22 | 0 | 1 | 25 | B2 | 17 | 34 |
| Octal | 152 | 241 | 237 | 42 | 0 | 1 | 45 | 262 | 27 | 64 |
| Binary | 1101010 | 10100001 | 10011111 | 100010 | 0 | 1 | 100101 | 10110010 | 10111 | 110100 |
Color Harmonies of #6AA19F
Complementary color
Monochromatic Colors of #6AA19F
Black with #6AA19F
Text Example
Text Example
White with #6AA19F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AA19F; }
p { color: rgb(106,161,159); }
H1.HeaderClassName
{
color: #6AA19F;
}
.AnyTagClassName
{
color: #6AA19F;
}
</style>
background-color css
<style>
a { background-color: #6AA19F; }
a { background-color: rgb(106,161,159); }
div.DivClassName
{
background-color: #6AA19F;
}
.BgClassName
{
background-color: #6AA19F;
}
</style>
border-color css
<style>
span { border-color: #6AA19F; }
span { border-color: rgb(106,161,159); }
td.TdClassName
{
border-color: #6AA19F;
}
.TagClassName
{
border-color: #6AA19F;
}
</style>