Shades of Cadet Blue #629BA2
Tints of Cadet Blue #629BA2
RGB
CMYK
RGB Variations
Color information
#629BA2 (or 0x629BA2) is known color: Cadet Blue. HEX triplet: 62, 9B and A2. RGB value is (98,155,162). Sum of RGB (Red+Green+Blue) = 98+155+162=415 (54% of max value = 765). Red value is 98 (38.67% from 255 or 23.61% from 415); Green value is 155 (60.94% from 255 or 37.35% from 415); Blue value is 162 (63.67% from 255 or 39.04% from 415); Max value from RGB is 162 - color contains mainly: blue. Hex color #629BA2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #629BA2 is #9D645D. Grayscale: #8A8A8A. Windows color (decimal): -10314846 or 10656610. OLE color: 10656610.
HSL color Cylindrical-coordinate representation of color #629BA2: hue angle of 186.56º degrees, saturation: 0.26, 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 #629BA2 is Cyan = 0.40, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 98 | 155 | 162 | - |
| CMYK | 0.40 | 0.04 | 0 | 0.36 |
| HSL | 186.56º | 0.26% | 0.51% | - |
| HSV(B) | 186.56º | 0.4% | 0.64% | - |
| XYZ | 23.28 | 28.65 | 38.49 | - |
| YUV | 138.76 | 141.12 | 98.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 155 | 162 | 0.40 | 0.04 | 0 | 0.36 | 186.56 | 0.26 | 0.51 |
| Hex | 62 | 9B | A2 | 28 | 4 | 0 | 24 | BB | 1A | 33 |
| Octal | 142 | 233 | 242 | 50 | 4 | 0 | 44 | 273 | 32 | 63 |
| Binary | 1100010 | 10011011 | 10100010 | 101000 | 100 | 0 | 100100 | 10111011 | 11010 | 110011 |
Color Harmonies of #629BA2
Complementary color
Monochromatic Colors of #629BA2
Black with #629BA2
Text Example
Text Example
White with #629BA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #629BA2; }
p { color: rgb(98,155,162); }
H1.HeaderClassName
{
color: #629BA2;
}
.AnyTagClassName
{
color: #629BA2;
}
</style>
background-color css
<style>
a { background-color: #629BA2; }
a { background-color: rgb(98,155,162); }
div.DivClassName
{
background-color: #629BA2;
}
.BgClassName
{
background-color: #629BA2;
}
</style>
border-color css
<style>
span { border-color: #629BA2; }
span { border-color: rgb(98,155,162); }
td.TdClassName
{
border-color: #629BA2;
}
.TagClassName
{
border-color: #629BA2;
}
</style>