Shades of Cadet Blue #62999B
Tints of Cadet Blue #62999B
RGB
CMYK
RGB Variations
Color information
#62999B (or 0x62999B) is known color: Cadet Blue. HEX triplet: 62, 99 and 9B. RGB value is (98,153,155). Sum of RGB (Red+Green+Blue) = 98+153+155=406 (53% of max value = 765). Red value is 98 (38.67% from 255 or 24.14% from 406); Green value is 153 (60.16% from 255 or 37.68% from 406); Blue value is 155 (60.94% from 255 or 38.18% from 406); Max value from RGB is 155 - color contains mainly: blue. Hex color #62999B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #62999B is #9D6664. Grayscale: #888888. Windows color (decimal): -10315365 or 10197346. OLE color: 10197346.
HSL color Cylindrical-coordinate representation of color #62999B: hue angle of 182.11º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #62999B is Cyan = 0.37, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 98 | 153 | 155 | - |
| CMYK | 0.37 | 0.01 | 0 | 0.39 |
| HSL | 182.11º | 0.23% | 0.5% | - |
| HSV(B) | 182.11º | 0.37% | 0.61% | - |
| XYZ | 22.34 | 27.75 | 35.19 | - |
| YUV | 136.78 | 138.28 | 100.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 153 | 155 | 0.37 | 0.01 | 0 | 0.39 | 182.11 | 0.23 | 0.5 |
| Hex | 62 | 99 | 9B | 25 | 1 | 0 | 27 | B6 | 17 | 32 |
| Octal | 142 | 231 | 233 | 45 | 1 | 0 | 47 | 266 | 27 | 62 |
| Binary | 1100010 | 10011001 | 10011011 | 100101 | 1 | 0 | 100111 | 10110110 | 10111 | 110010 |
Color Harmonies of #62999B
Complementary color
Monochromatic Colors of #62999B
Black with #62999B
Text Example
Text Example
White with #62999B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62999B; }
p { color: rgb(98,153,155); }
H1.HeaderClassName
{
color: #62999B;
}
.AnyTagClassName
{
color: #62999B;
}
</style>
background-color css
<style>
a { background-color: #62999B; }
a { background-color: rgb(98,153,155); }
div.DivClassName
{
background-color: #62999B;
}
.BgClassName
{
background-color: #62999B;
}
</style>
border-color css
<style>
span { border-color: #62999B; }
span { border-color: rgb(98,153,155); }
td.TdClassName
{
border-color: #62999B;
}
.TagClassName
{
border-color: #62999B;
}
</style>