Shades of Cadet Blue #629998
Tints of Cadet Blue #629998
RGB
CMYK
RGB Variations
Color information
#629998 (or 0x629998) is known color: Cadet Blue. HEX triplet: 62, 99 and 98. RGB value is (98,153,152). Sum of RGB (Red+Green+Blue) = 98+153+152=403 (53% of max value = 765). Red value is 98 (38.67% from 255 or 24.32% from 403); Green value is 153 (60.16% from 255 or 37.97% from 403); Blue value is 152 (59.77% from 255 or 37.72% from 403); Max value from RGB is 153 - color contains mainly: green. Hex color #629998 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #629998 is #9D6667. Grayscale: #888888. Windows color (decimal): -10315368 or 10000738. OLE color: 10000738.
HSL color Cylindrical-coordinate representation of color #629998: hue angle of 178.91º degrees, saturation: 0.22, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #629998 is Cyan = 0.36, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 98 | 153 | 152 | - |
| CMYK | 0.36 | 0 | 0.01 | 0.4 |
| HSL | 178.91º | 0.22% | 0.49% | - |
| HSV(B) | 178.91º | 0.36% | 0.6% | - |
| XYZ | 22.1 | 27.65 | 33.88 | - |
| YUV | 136.44 | 136.78 | 100.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 153 | 152 | 0.36 | 0 | 0.01 | 0.4 | 178.91 | 0.22 | 0.49 |
| Hex | 62 | 99 | 98 | 24 | 0 | 1 | 28 | B3 | 16 | 31 |
| Octal | 142 | 231 | 230 | 44 | 0 | 1 | 50 | 263 | 26 | 61 |
| Binary | 1100010 | 10011001 | 10011000 | 100100 | 0 | 1 | 101000 | 10110011 | 10110 | 110001 |
Color Harmonies of #629998
Complementary color
Monochromatic Colors of #629998
Black with #629998
Text Example
Text Example
White with #629998
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #629998; }
p { color: rgb(98,153,152); }
H1.HeaderClassName
{
color: #629998;
}
.AnyTagClassName
{
color: #629998;
}
</style>
background-color css
<style>
a { background-color: #629998; }
a { background-color: rgb(98,153,152); }
div.DivClassName
{
background-color: #629998;
}
.BgClassName
{
background-color: #629998;
}
</style>
border-color css
<style>
span { border-color: #629998; }
span { border-color: rgb(98,153,152); }
td.TdClassName
{
border-color: #629998;
}
.TagClassName
{
border-color: #629998;
}
</style>