Shades of Cadet Blue #629FA2
Tints of Cadet Blue #629FA2
RGB
CMYK
RGB Variations
Color information
#629FA2 (or 0x629FA2) is known color: Cadet Blue. HEX triplet: 62, 9F and A2. RGB value is (98,159,162). Sum of RGB (Red+Green+Blue) = 98+159+162=419 (55% of max value = 765). Red value is 98 (38.67% from 255 or 23.39% from 419); Green value is 159 (62.5% from 255 or 37.95% from 419); Blue value is 162 (63.67% from 255 or 38.66% from 419); Max value from RGB is 162 - color contains mainly: blue. Hex color #629FA2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #629FA2 is #9D605D. Grayscale: #8D8D8D. Windows color (decimal): -10313822 or 10657634. OLE color: 10657634.
HSL color Cylindrical-coordinate representation of color #629FA2: hue angle of 182.81º 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 #629FA2 is Cyan = 0.40, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 98 | 159 | 162 | - |
| CMYK | 0.40 | 0.02 | 0 | 0.36 |
| HSL | 182.81º | 0.26% | 0.51% | - |
| HSV(B) | 182.81º | 0.4% | 0.64% | - |
| XYZ | 23.96 | 30 | 38.71 | - |
| YUV | 141.1 | 139.79 | 97.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 159 | 162 | 0.40 | 0.02 | 0 | 0.36 | 182.81 | 0.26 | 0.51 |
| Hex | 62 | 9F | A2 | 28 | 2 | 0 | 24 | B7 | 1A | 33 |
| Octal | 142 | 237 | 242 | 50 | 2 | 0 | 44 | 267 | 32 | 63 |
| Binary | 1100010 | 10011111 | 10100010 | 101000 | 10 | 0 | 100100 | 10110111 | 11010 | 110011 |
Color Harmonies of #629FA2
Complementary color
Monochromatic Colors of #629FA2
Black with #629FA2
Text Example
Text Example
White with #629FA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #629FA2; }
p { color: rgb(98,159,162); }
H1.HeaderClassName
{
color: #629FA2;
}
.AnyTagClassName
{
color: #629FA2;
}
</style>
background-color css
<style>
a { background-color: #629FA2; }
a { background-color: rgb(98,159,162); }
div.DivClassName
{
background-color: #629FA2;
}
.BgClassName
{
background-color: #629FA2;
}
</style>
border-color css
<style>
span { border-color: #629FA2; }
span { border-color: rgb(98,159,162); }
td.TdClassName
{
border-color: #629FA2;
}
.TagClassName
{
border-color: #629FA2;
}
</style>