Shades of Cadet Blue #629CA4
Tints of Cadet Blue #629CA4
RGB
CMYK
RGB Variations
Color information
#629CA4 (or 0x629CA4) is known color: Cadet Blue. HEX triplet: 62, 9C and A4. RGB value is (98,156,164). Sum of RGB (Red+Green+Blue) = 98+156+164=418 (55% of max value = 765). Red value is 98 (38.67% from 255 or 23.44% from 418); Green value is 156 (61.33% from 255 or 37.32% from 418); Blue value is 164 (64.45% from 255 or 39.23% from 418); Max value from RGB is 164 - color contains mainly: blue. Hex color #629CA4 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #629CA4 is #9D635B. Grayscale: #8B8B8B. Windows color (decimal): -10314588 or 10787938. OLE color: 10787938.
HSL color Cylindrical-coordinate representation of color #629CA4: hue angle of 187.27º degrees, saturation: 0.27, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #629CA4 is Cyan = 0.40, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 98 | 156 | 164 | - |
| CMYK | 0.40 | 0.05 | 0 | 0.36 |
| HSL | 187.27º | 0.27% | 0.51% | - |
| HSV(B) | 187.27º | 0.4% | 0.64% | - |
| XYZ | 23.63 | 29.05 | 39.48 | - |
| YUV | 139.57 | 141.78 | 98.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 156 | 164 | 0.40 | 0.05 | 0 | 0.36 | 187.27 | 0.27 | 0.51 |
| Hex | 62 | 9C | A4 | 28 | 5 | 0 | 24 | BB | 1B | 33 |
| Octal | 142 | 234 | 244 | 50 | 5 | 0 | 44 | 273 | 33 | 63 |
| Binary | 1100010 | 10011100 | 10100100 | 101000 | 101 | 0 | 100100 | 10111011 | 11011 | 110011 |
Color Harmonies of #629CA4
Complementary color
Monochromatic Colors of #629CA4
Black with #629CA4
Text Example
Text Example
White with #629CA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #629CA4; }
p { color: rgb(98,156,164); }
H1.HeaderClassName
{
color: #629CA4;
}
.AnyTagClassName
{
color: #629CA4;
}
</style>
background-color css
<style>
a { background-color: #629CA4; }
a { background-color: rgb(98,156,164); }
div.DivClassName
{
background-color: #629CA4;
}
.BgClassName
{
background-color: #629CA4;
}
</style>
border-color css
<style>
span { border-color: #629CA4; }
span { border-color: rgb(98,156,164); }
td.TdClassName
{
border-color: #629CA4;
}
.TagClassName
{
border-color: #629CA4;
}
</style>