Shades of Cadet Blue #629DAA
Tints of Cadet Blue #629DAA
RGB
CMYK
RGB Variations
Color information
#629DAA (or 0x629DAA) is known color: Cadet Blue. HEX triplet: 62, 9D and AA. RGB value is (98,157,170). Sum of RGB (Red+Green+Blue) = 98+157+170=425 (56% of max value = 765). Red value is 98 (38.67% from 255 or 23.06% from 425); Green value is 157 (61.72% from 255 or 36.94% from 425); Blue value is 170 (66.80% from 255 or 40% from 425); Max value from RGB is 170 - color contains mainly: blue. Hex color #629DAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #629DAA is #9D6255. Grayscale: #8C8C8C. Windows color (decimal): -10314326 or 11181410. OLE color: 11181410.
HSL color Cylindrical-coordinate representation of color #629DAA: hue angle of 190.83º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #629DAA is Cyan = 0.42, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 98 | 157 | 170 | - |
| CMYK | 0.42 | 0.08 | 0 | 0.33 |
| HSL | 190.83º | 0.3% | 0.53% | - |
| HSV(B) | 190.83º | 0.42% | 0.67% | - |
| XYZ | 24.35 | 29.61 | 42.46 | - |
| YUV | 140.84 | 144.45 | 97.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 157 | 170 | 0.42 | 0.08 | 0 | 0.33 | 190.83 | 0.3 | 0.53 |
| Hex | 62 | 9D | AA | 2A | 8 | 0 | 21 | BF | 1E | 35 |
| Octal | 142 | 235 | 252 | 52 | 10 | 0 | 41 | 277 | 36 | 65 |
| Binary | 1100010 | 10011101 | 10101010 | 101010 | 1000 | 0 | 100001 | 10111111 | 11110 | 110101 |
Color Harmonies of #629DAA
Complementary color
Monochromatic Colors of #629DAA
Black with #629DAA
Text Example
Text Example
White with #629DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #629DAA; }
p { color: rgb(98,157,170); }
H1.HeaderClassName
{
color: #629DAA;
}
.AnyTagClassName
{
color: #629DAA;
}
</style>
background-color css
<style>
a { background-color: #629DAA; }
a { background-color: rgb(98,157,170); }
div.DivClassName
{
background-color: #629DAA;
}
.BgClassName
{
background-color: #629DAA;
}
</style>
border-color css
<style>
span { border-color: #629DAA; }
span { border-color: rgb(98,157,170); }
td.TdClassName
{
border-color: #629DAA;
}
.TagClassName
{
border-color: #629DAA;
}
</style>