Shades of Cadet Blue #629BA9
Tints of Cadet Blue #629BA9
RGB
CMYK
RGB Variations
Color information
#629BA9 (or 0x629BA9) is known color: Cadet Blue. HEX triplet: 62, 9B and A9. RGB value is (98,155,169). Sum of RGB (Red+Green+Blue) = 98+155+169=422 (55% of max value = 765). Red value is 98 (38.67% from 255 or 23.22% from 422); Green value is 155 (60.94% from 255 or 36.73% from 422); Blue value is 169 (66.41% from 255 or 40.05% from 422); Max value from RGB is 169 - color contains mainly: blue. Hex color #629BA9 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #629BA9 is #9D6456. Grayscale: #8B8B8B. Windows color (decimal): -10314839 or 11115362. OLE color: 11115362.
HSL color Cylindrical-coordinate representation of color #629BA9: hue angle of 191.83º degrees, saturation: 0.29, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #629BA9 is Cyan = 0.42, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 98 | 155 | 169 | - |
| CMYK | 0.42 | 0.08 | 0 | 0.34 |
| HSL | 191.83º | 0.29% | 0.52% | - |
| HSV(B) | 191.83º | 0.42% | 0.66% | - |
| XYZ | 23.92 | 28.9 | 41.85 | - |
| YUV | 139.55 | 144.62 | 98.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 155 | 169 | 0.42 | 0.08 | 0 | 0.34 | 191.83 | 0.29 | 0.52 |
| Hex | 62 | 9B | A9 | 2A | 8 | 0 | 22 | C0 | 1D | 34 |
| Octal | 142 | 233 | 251 | 52 | 10 | 0 | 42 | 300 | 35 | 64 |
| Binary | 1100010 | 10011011 | 10101001 | 101010 | 1000 | 0 | 100010 | 11000000 | 11101 | 110100 |
Color Harmonies of #629BA9
Complementary color
Monochromatic Colors of #629BA9
Black with #629BA9
Text Example
Text Example
White with #629BA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #629BA9; }
p { color: rgb(98,155,169); }
H1.HeaderClassName
{
color: #629BA9;
}
.AnyTagClassName
{
color: #629BA9;
}
</style>
background-color css
<style>
a { background-color: #629BA9; }
a { background-color: rgb(98,155,169); }
div.DivClassName
{
background-color: #629BA9;
}
.BgClassName
{
background-color: #629BA9;
}
</style>
border-color css
<style>
span { border-color: #629BA9; }
span { border-color: rgb(98,155,169); }
td.TdClassName
{
border-color: #629BA9;
}
.TagClassName
{
border-color: #629BA9;
}
</style>