Shades of Cadet Blue #629C99
Tints of Cadet Blue #629C99
RGB
CMYK
RGB Variations
Color information
#629C99 (or 0x629C99) is known color: Cadet Blue. HEX triplet: 62, 9C and 99. RGB value is (98,156,153). Sum of RGB (Red+Green+Blue) = 98+156+153=407 (53% of max value = 765). Red value is 98 (38.67% from 255 or 24.08% from 407); Green value is 156 (61.33% from 255 or 38.33% from 407); Blue value is 153 (60.16% from 255 or 37.59% from 407); Max value from RGB is 156 - color contains mainly: green. Hex color #629C99 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #629C99 is #9D6366. Grayscale: #8A8A8A. Windows color (decimal): -10314599 or 10067042. OLE color: 10067042.
HSL color Cylindrical-coordinate representation of color #629C99: hue angle of 176.9º 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 #629C99 is Cyan = 0.37, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 98 | 156 | 153 | - |
| CMYK | 0.37 | 0 | 0.02 | 0.39 |
| HSL | 176.9º | 0.23% | 0.5% | - |
| HSV(B) | 176.9º | 0.37% | 0.61% | - |
| XYZ | 22.68 | 28.67 | 34.48 | - |
| YUV | 138.32 | 136.28 | 99.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 156 | 153 | 0.37 | 0 | 0.02 | 0.39 | 176.9 | 0.23 | 0.5 |
| Hex | 62 | 9C | 99 | 25 | 0 | 2 | 27 | B1 | 17 | 32 |
| Octal | 142 | 234 | 231 | 45 | 0 | 2 | 47 | 261 | 27 | 62 |
| Binary | 1100010 | 10011100 | 10011001 | 100101 | 0 | 10 | 100111 | 10110001 | 10111 | 110010 |
Color Harmonies of #629C99
Complementary color
Monochromatic Colors of #629C99
Black with #629C99
Text Example
Text Example
White with #629C99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #629C99; }
p { color: rgb(98,156,153); }
H1.HeaderClassName
{
color: #629C99;
}
.AnyTagClassName
{
color: #629C99;
}
</style>
background-color css
<style>
a { background-color: #629C99; }
a { background-color: rgb(98,156,153); }
div.DivClassName
{
background-color: #629C99;
}
.BgClassName
{
background-color: #629C99;
}
</style>
border-color css
<style>
span { border-color: #629C99; }
span { border-color: rgb(98,156,153); }
td.TdClassName
{
border-color: #629C99;
}
.TagClassName
{
border-color: #629C99;
}
</style>