Shades of Cadet Blue #63959C
Tints of Cadet Blue #63959C
RGB
CMYK
RGB Variations
Color information
#63959C (or 0x63959C) is known color: Cadet Blue. HEX triplet: 63, 95 and 9C. RGB value is (99,149,156). Sum of RGB (Red+Green+Blue) = 99+149+156=404 (53% of max value = 765). Red value is 99 (39.06% from 255 or 24.50% from 404); Green value is 149 (58.59% from 255 or 36.88% from 404); Blue value is 156 (61.33% from 255 or 38.61% from 404); Max value from RGB is 156 - color contains mainly: blue. Hex color #63959C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #63959C is #9C6A63. Grayscale: #868686. Windows color (decimal): -10250852 or 10261859. OLE color: 10261859.
HSL color Cylindrical-coordinate representation of color #63959C: hue angle of 187.37º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #63959C is Cyan = 0.37, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 99 | 149 | 156 | - |
| CMYK | 0.37 | 0.04 | 0 | 0.39 |
| HSL | 187.37º | 0.22% | 0.5% | - |
| HSV(B) | 187.37º | 0.37% | 0.61% | - |
| XYZ | 21.89 | 26.55 | 35.42 | - |
| YUV | 134.85 | 139.94 | 102.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 149 | 156 | 0.37 | 0.04 | 0 | 0.39 | 187.37 | 0.22 | 0.5 |
| Hex | 63 | 95 | 9C | 25 | 4 | 0 | 27 | BB | 16 | 32 |
| Octal | 143 | 225 | 234 | 45 | 4 | 0 | 47 | 273 | 26 | 62 |
| Binary | 1100011 | 10010101 | 10011100 | 100101 | 100 | 0 | 100111 | 10111011 | 10110 | 110010 |
Color Harmonies of #63959C
Complementary color
Monochromatic Colors of #63959C
Black with #63959C
Text Example
Text Example
White with #63959C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63959C; }
p { color: rgb(99,149,156); }
H1.HeaderClassName
{
color: #63959C;
}
.AnyTagClassName
{
color: #63959C;
}
</style>
background-color css
<style>
a { background-color: #63959C; }
a { background-color: rgb(99,149,156); }
div.DivClassName
{
background-color: #63959C;
}
.BgClassName
{
background-color: #63959C;
}
</style>
border-color css
<style>
span { border-color: #63959C; }
span { border-color: rgb(99,149,156); }
td.TdClassName
{
border-color: #63959C;
}
.TagClassName
{
border-color: #63959C;
}
</style>