Shades of Cadet Blue #629A9D
Tints of Cadet Blue #629A9D
RGB
CMYK
RGB Variations
Color information
#629A9D (or 0x629A9D) is known color: Cadet Blue. HEX triplet: 62, 9A and 9D. RGB value is (98,154,157). Sum of RGB (Red+Green+Blue) = 98+154+157=409 (54% of max value = 765). Red value is 98 (38.67% from 255 or 23.96% from 409); Green value is 154 (60.55% from 255 or 37.65% from 409); Blue value is 157 (61.72% from 255 or 38.39% from 409); Max value from RGB is 157 - color contains mainly: blue. Hex color #629A9D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #629A9D is #9D6562. Grayscale: #898989. Windows color (decimal): -10315107 or 10328674. OLE color: 10328674.
HSL color Cylindrical-coordinate representation of color #629A9D: hue angle of 183.05º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #629A9D is Cyan = 0.38, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 98 | 154 | 157 | - |
| CMYK | 0.38 | 0.02 | 0 | 0.38 |
| HSL | 183.05º | 0.23% | 0.5% | - |
| HSV(B) | 183.05º | 0.38% | 0.62% | - |
| XYZ | 22.68 | 28.14 | 36.14 | - |
| YUV | 137.6 | 138.95 | 99.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 154 | 157 | 0.38 | 0.02 | 0 | 0.38 | 183.05 | 0.23 | 0.5 |
| Hex | 62 | 9A | 9D | 26 | 2 | 0 | 26 | B7 | 17 | 32 |
| Octal | 142 | 232 | 235 | 46 | 2 | 0 | 46 | 267 | 27 | 62 |
| Binary | 1100010 | 10011010 | 10011101 | 100110 | 10 | 0 | 100110 | 10110111 | 10111 | 110010 |
Color Harmonies of #629A9D
Complementary color
Monochromatic Colors of #629A9D
Black with #629A9D
Text Example
Text Example
White with #629A9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #629A9D; }
p { color: rgb(98,154,157); }
H1.HeaderClassName
{
color: #629A9D;
}
.AnyTagClassName
{
color: #629A9D;
}
</style>
background-color css
<style>
a { background-color: #629A9D; }
a { background-color: rgb(98,154,157); }
div.DivClassName
{
background-color: #629A9D;
}
.BgClassName
{
background-color: #629A9D;
}
</style>
border-color css
<style>
span { border-color: #629A9D; }
span { border-color: rgb(98,154,157); }
td.TdClassName
{
border-color: #629A9D;
}
.TagClassName
{
border-color: #629A9D;
}
</style>