Shades of Cadet Blue #6099A2
Tints of Cadet Blue #6099A2
RGB
CMYK
RGB Variations
Color information
#6099A2 (or 0x6099A2) is known color: Cadet Blue. HEX triplet: 60, 99 and A2. RGB value is (96,153,162). Sum of RGB (Red+Green+Blue) = 96+153+162=411 (54% of max value = 765). Red value is 96 (37.89% from 255 or 23.36% from 411); Green value is 153 (60.16% from 255 or 37.23% from 411); Blue value is 162 (63.67% from 255 or 39.42% from 411); Max value from RGB is 162 - color contains mainly: blue. Hex color #6099A2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6099A2 is #9F665D. Grayscale: #888888. Windows color (decimal): -10446430 or 10656096. OLE color: 10656096.
HSL color Cylindrical-coordinate representation of color #6099A2: hue angle of 188.18º degrees, saturation: 0.26, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6099A2 is Cyan = 0.41, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 96 | 153 | 162 | - |
| CMYK | 0.41 | 0.06 | 0 | 0.36 |
| HSL | 188.18º | 0.26% | 0.51% | - |
| HSV(B) | 188.18º | 0.41% | 0.64% | - |
| XYZ | 22.74 | 27.88 | 38.37 | - |
| YUV | 136.98 | 142.12 | 98.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 153 | 162 | 0.41 | 0.06 | 0 | 0.36 | 188.18 | 0.26 | 0.51 |
| Hex | 60 | 99 | A2 | 29 | 6 | 0 | 24 | BC | 1A | 33 |
| Octal | 140 | 231 | 242 | 51 | 6 | 0 | 44 | 274 | 32 | 63 |
| Binary | 1100000 | 10011001 | 10100010 | 101001 | 110 | 0 | 100100 | 10111100 | 11010 | 110011 |
Color Harmonies of #6099A2
Complementary color
Monochromatic Colors of #6099A2
Black with #6099A2
Text Example
Text Example
White with #6099A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6099A2; }
p { color: rgb(96,153,162); }
H1.HeaderClassName
{
color: #6099A2;
}
.AnyTagClassName
{
color: #6099A2;
}
</style>
background-color css
<style>
a { background-color: #6099A2; }
a { background-color: rgb(96,153,162); }
div.DivClassName
{
background-color: #6099A2;
}
.BgClassName
{
background-color: #6099A2;
}
</style>
border-color css
<style>
span { border-color: #6099A2; }
span { border-color: rgb(96,153,162); }
td.TdClassName
{
border-color: #6099A2;
}
.TagClassName
{
border-color: #6099A2;
}
</style>