Shades of Cadet Blue #63939B
Tints of Cadet Blue #63939B
RGB
CMYK
RGB Variations
Color information
#63939B (or 0x63939B) is known color: Cadet Blue. HEX triplet: 63, 93 and 9B. RGB value is (99,147,155). Sum of RGB (Red+Green+Blue) = 99+147+155=401 (53% of max value = 765). Red value is 99 (39.06% from 255 or 24.69% from 401); Green value is 147 (57.81% from 255 or 36.66% from 401); Blue value is 155 (60.94% from 255 or 38.65% from 401); Max value from RGB is 155 - color contains mainly: blue. Hex color #63939B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #63939B is #9C6C64. Grayscale: #858585. Windows color (decimal): -10251365 or 10195811. OLE color: 10195811.
HSL color Cylindrical-coordinate representation of color #63939B: hue angle of 188.57º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #63939B is Cyan = 0.36, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 99 | 147 | 155 | - |
| CMYK | 0.36 | 0.05 | 0 | 0.39 |
| HSL | 188.57º | 0.22% | 0.5% | - |
| HSV(B) | 188.57º | 0.36% | 0.61% | - |
| XYZ | 21.5 | 25.89 | 34.87 | - |
| YUV | 133.56 | 140.1 | 103.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 147 | 155 | 0.36 | 0.05 | 0 | 0.39 | 188.57 | 0.22 | 0.5 |
| Hex | 63 | 93 | 9B | 24 | 5 | 0 | 27 | BD | 16 | 32 |
| Octal | 143 | 223 | 233 | 44 | 5 | 0 | 47 | 275 | 26 | 62 |
| Binary | 1100011 | 10010011 | 10011011 | 100100 | 101 | 0 | 100111 | 10111101 | 10110 | 110010 |
Color Harmonies of #63939B
Complementary color
Monochromatic Colors of #63939B
Black with #63939B
Text Example
Text Example
White with #63939B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63939B; }
p { color: rgb(99,147,155); }
H1.HeaderClassName
{
color: #63939B;
}
.AnyTagClassName
{
color: #63939B;
}
</style>
background-color css
<style>
a { background-color: #63939B; }
a { background-color: rgb(99,147,155); }
div.DivClassName
{
background-color: #63939B;
}
.BgClassName
{
background-color: #63939B;
}
</style>
border-color css
<style>
span { border-color: #63939B; }
span { border-color: rgb(99,147,155); }
td.TdClassName
{
border-color: #63939B;
}
.TagClassName
{
border-color: #63939B;
}
</style>