Shades of Cadet Blue #62949B
Tints of Cadet Blue #62949B
RGB
CMYK
RGB Variations
Color information
#62949B (or 0x62949B) is known color: Cadet Blue. HEX triplet: 62, 94 and 9B. RGB value is (98,148,155). Sum of RGB (Red+Green+Blue) = 98+148+155=401 (53% of max value = 765). Red value is 98 (38.67% from 255 or 24.44% from 401); Green value is 148 (58.20% from 255 or 36.91% from 401); Blue value is 155 (60.94% from 255 or 38.65% from 401); Max value from RGB is 155 - color contains mainly: blue. Hex color #62949B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #62949B is #9D6B64. Grayscale: #858585. Windows color (decimal): -10316645 or 10196066. OLE color: 10196066.
HSL color Cylindrical-coordinate representation of color #62949B: hue angle of 187.37º 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 #62949B is Cyan = 0.37, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 98 | 148 | 155 | - |
| CMYK | 0.37 | 0.05 | 0 | 0.39 |
| HSL | 187.37º | 0.23% | 0.5% | - |
| HSV(B) | 187.37º | 0.37% | 0.61% | - |
| XYZ | 21.54 | 26.14 | 34.92 | - |
| YUV | 133.85 | 139.94 | 102.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 148 | 155 | 0.37 | 0.05 | 0 | 0.39 | 187.37 | 0.23 | 0.5 |
| Hex | 62 | 94 | 9B | 25 | 5 | 0 | 27 | BB | 17 | 32 |
| Octal | 142 | 224 | 233 | 45 | 5 | 0 | 47 | 273 | 27 | 62 |
| Binary | 1100010 | 10010100 | 10011011 | 100101 | 101 | 0 | 100111 | 10111011 | 10111 | 110010 |
Color Harmonies of #62949B
Complementary color
Monochromatic Colors of #62949B
Black with #62949B
Text Example
Text Example
White with #62949B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62949B; }
p { color: rgb(98,148,155); }
H1.HeaderClassName
{
color: #62949B;
}
.AnyTagClassName
{
color: #62949B;
}
</style>
background-color css
<style>
a { background-color: #62949B; }
a { background-color: rgb(98,148,155); }
div.DivClassName
{
background-color: #62949B;
}
.BgClassName
{
background-color: #62949B;
}
</style>
border-color css
<style>
span { border-color: #62949B; }
span { border-color: rgb(98,148,155); }
td.TdClassName
{
border-color: #62949B;
}
.TagClassName
{
border-color: #62949B;
}
</style>