Shades of Cadet Blue #63989D
Tints of Cadet Blue #63989D
RGB
CMYK
RGB Variations
Color information
#63989D (or 0x63989D) is known color: Cadet Blue. HEX triplet: 63, 98 and 9D. RGB value is (99,152,157). Sum of RGB (Red+Green+Blue) = 99+152+157=408 (54% of max value = 765). Red value is 99 (39.06% from 255 or 24.26% from 408); Green value is 152 (59.77% from 255 or 37.25% from 408); Blue value is 157 (61.72% from 255 or 38.48% from 408); Max value from RGB is 157 - color contains mainly: blue. Hex color #63989D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #63989D is #9C6762. Grayscale: #888888. Windows color (decimal): -10250083 or 10328163. OLE color: 10328163.
HSL color Cylindrical-coordinate representation of color #63989D: hue angle of 185.17º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #63989D is Cyan = 0.37, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 99 | 152 | 157 | - |
| CMYK | 0.37 | 0.03 | 0 | 0.38 |
| HSL | 185.17º | 0.23% | 0.5% | - |
| HSV(B) | 185.17º | 0.37% | 0.62% | - |
| XYZ | 22.46 | 27.54 | 36.03 | - |
| YUV | 136.72 | 139.44 | 101.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 152 | 157 | 0.37 | 0.03 | 0 | 0.38 | 185.17 | 0.23 | 0.5 |
| Hex | 63 | 98 | 9D | 25 | 3 | 0 | 26 | B9 | 17 | 32 |
| Octal | 143 | 230 | 235 | 45 | 3 | 0 | 46 | 271 | 27 | 62 |
| Binary | 1100011 | 10011000 | 10011101 | 100101 | 11 | 0 | 100110 | 10111001 | 10111 | 110010 |
Color Harmonies of #63989D
Complementary color
Monochromatic Colors of #63989D
Black with #63989D
Text Example
Text Example
White with #63989D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63989D; }
p { color: rgb(99,152,157); }
H1.HeaderClassName
{
color: #63989D;
}
.AnyTagClassName
{
color: #63989D;
}
</style>
background-color css
<style>
a { background-color: #63989D; }
a { background-color: rgb(99,152,157); }
div.DivClassName
{
background-color: #63989D;
}
.BgClassName
{
background-color: #63989D;
}
</style>
border-color css
<style>
span { border-color: #63989D; }
span { border-color: rgb(99,152,157); }
td.TdClassName
{
border-color: #63989D;
}
.TagClassName
{
border-color: #63989D;
}
</style>