Shades of Cadet Blue #63959F
Tints of Cadet Blue #63959F
RGB
CMYK
RGB Variations
Color information
#63959F (or 0x63959F) is known color: Cadet Blue. HEX triplet: 63, 95 and 9F. RGB value is (99,149,159). Sum of RGB (Red+Green+Blue) = 99+149+159=407 (53% of max value = 765). Red value is 99 (39.06% from 255 or 24.32% from 407); Green value is 149 (58.59% from 255 or 36.61% from 407); Blue value is 159 (62.5% from 255 or 39.07% from 407); Max value from RGB is 159 - color contains mainly: blue. Hex color #63959F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #63959F is #9C6A60. Grayscale: #878787. Windows color (decimal): -10250849 or 10458467. OLE color: 10458467.
HSL color Cylindrical-coordinate representation of color #63959F: hue angle of 190º degrees, saturation: 0.24, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #63959F is Cyan = 0.38, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 99 | 149 | 159 | - |
| CMYK | 0.38 | 0.06 | 0 | 0.38 |
| HSL | 190º | 0.24% | 0.51% | - |
| HSV(B) | 190º | 0.38% | 0.62% | - |
| XYZ | 22.15 | 26.65 | 36.78 | - |
| YUV | 135.19 | 141.44 | 102.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 149 | 159 | 0.38 | 0.06 | 0 | 0.38 | 190 | 0.24 | 0.51 |
| Hex | 63 | 95 | 9F | 26 | 6 | 0 | 26 | BE | 18 | 33 |
| Octal | 143 | 225 | 237 | 46 | 6 | 0 | 46 | 276 | 30 | 63 |
| Binary | 1100011 | 10010101 | 10011111 | 100110 | 110 | 0 | 100110 | 10111110 | 11000 | 110011 |
Color Harmonies of #63959F
Complementary color
Monochromatic Colors of #63959F
Black with #63959F
Text Example
Text Example
White with #63959F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63959F; }
p { color: rgb(99,149,159); }
H1.HeaderClassName
{
color: #63959F;
}
.AnyTagClassName
{
color: #63959F;
}
</style>
background-color css
<style>
a { background-color: #63959F; }
a { background-color: rgb(99,149,159); }
div.DivClassName
{
background-color: #63959F;
}
.BgClassName
{
background-color: #63959F;
}
</style>
border-color css
<style>
span { border-color: #63959F; }
span { border-color: rgb(99,149,159); }
td.TdClassName
{
border-color: #63959F;
}
.TagClassName
{
border-color: #63959F;
}
</style>