Shades of Cadet Blue #63999B
Tints of Cadet Blue #63999B
RGB
CMYK
RGB Variations
Color information
#63999B (or 0x63999B) is known color: Cadet Blue. HEX triplet: 63, 99 and 9B. RGB value is (99,153,155). Sum of RGB (Red+Green+Blue) = 99+153+155=407 (53% of max value = 765). Red value is 99 (39.06% from 255 or 24.32% from 407); Green value is 153 (60.16% from 255 or 37.59% from 407); Blue value is 155 (60.94% from 255 or 38.08% from 407); Max value from RGB is 155 - color contains mainly: blue. Hex color #63999B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #63999B is #9C6664. Grayscale: #898989. Windows color (decimal): -10249829 or 10197347. OLE color: 10197347.
HSL color Cylindrical-coordinate representation of color #63999B: hue angle of 182.14º 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 #63999B is Cyan = 0.36, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 99 | 153 | 155 | - |
| CMYK | 0.36 | 0.01 | 0 | 0.39 |
| HSL | 182.14º | 0.22% | 0.5% | - |
| HSV(B) | 182.14º | 0.36% | 0.61% | - |
| XYZ | 22.45 | 27.8 | 35.19 | - |
| YUV | 137.08 | 138.11 | 100.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 153 | 155 | 0.36 | 0.01 | 0 | 0.39 | 182.14 | 0.22 | 0.5 |
| Hex | 63 | 99 | 9B | 24 | 1 | 0 | 27 | B6 | 16 | 32 |
| Octal | 143 | 231 | 233 | 44 | 1 | 0 | 47 | 266 | 26 | 62 |
| Binary | 1100011 | 10011001 | 10011011 | 100100 | 1 | 0 | 100111 | 10110110 | 10110 | 110010 |
Color Harmonies of #63999B
Complementary color
Monochromatic Colors of #63999B
Black with #63999B
Text Example
Text Example
White with #63999B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63999B; }
p { color: rgb(99,153,155); }
H1.HeaderClassName
{
color: #63999B;
}
.AnyTagClassName
{
color: #63999B;
}
</style>
background-color css
<style>
a { background-color: #63999B; }
a { background-color: rgb(99,153,155); }
div.DivClassName
{
background-color: #63999B;
}
.BgClassName
{
background-color: #63999B;
}
</style>
border-color css
<style>
span { border-color: #63999B; }
span { border-color: rgb(99,153,155); }
td.TdClassName
{
border-color: #63999B;
}
.TagClassName
{
border-color: #63999B;
}
</style>