Shades of Cadet Blue #629C9A
Tints of Cadet Blue #629C9A
RGB
CMYK
RGB Variations
Color information
#629C9A (or 0x629C9A) is known color: Cadet Blue. HEX triplet: 62, 9C and 9A. RGB value is (98,156,154). Sum of RGB (Red+Green+Blue) = 98+156+154=408 (54% of max value = 765). Red value is 98 (38.67% from 255 or 24.02% from 408); Green value is 156 (61.33% from 255 or 38.24% from 408); Blue value is 154 (60.55% from 255 or 37.75% from 408); Max value from RGB is 156 - color contains mainly: green. Hex color #629C9A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #629C9A is #9D6365. Grayscale: #8A8A8A. Windows color (decimal): -10314598 or 10132578. OLE color: 10132578.
HSL color Cylindrical-coordinate representation of color #629C9A: hue angle of 177.93º 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 #629C9A is Cyan = 0.37, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 98 | 156 | 154 | - |
| CMYK | 0.37 | 0 | 0.01 | 0.39 |
| HSL | 177.93º | 0.23% | 0.5% | - |
| HSV(B) | 177.93º | 0.37% | 0.61% | - |
| XYZ | 22.76 | 28.71 | 34.91 | - |
| YUV | 138.43 | 136.78 | 99.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 156 | 154 | 0.37 | 0 | 0.01 | 0.39 | 177.93 | 0.23 | 0.5 |
| Hex | 62 | 9C | 9A | 25 | 0 | 1 | 27 | B2 | 17 | 32 |
| Octal | 142 | 234 | 232 | 45 | 0 | 1 | 47 | 262 | 27 | 62 |
| Binary | 1100010 | 10011100 | 10011010 | 100101 | 0 | 1 | 100111 | 10110010 | 10111 | 110010 |
Color Harmonies of #629C9A
Complementary color
Monochromatic Colors of #629C9A
Black with #629C9A
Text Example
Text Example
White with #629C9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #629C9A; }
p { color: rgb(98,156,154); }
H1.HeaderClassName
{
color: #629C9A;
}
.AnyTagClassName
{
color: #629C9A;
}
</style>
background-color css
<style>
a { background-color: #629C9A; }
a { background-color: rgb(98,156,154); }
div.DivClassName
{
background-color: #629C9A;
}
.BgClassName
{
background-color: #629C9A;
}
</style>
border-color css
<style>
span { border-color: #629C9A; }
span { border-color: rgb(98,156,154); }
td.TdClassName
{
border-color: #629C9A;
}
.TagClassName
{
border-color: #629C9A;
}
</style>