Shades of Cadet Blue #639999
Tints of Cadet Blue #639999
RGB
CMYK
RGB Variations
Color information
#639999 (or 0x639999) is known color: Cadet Blue. HEX triplet: 63, 99 and 99. RGB value is (99,153,153). Sum of RGB (Red+Green+Blue) = 99+153+153=405 (53% of max value = 765). Red value is 99 (39.06% from 255 or 24.44% from 405); Green value is 153 (60.16% from 255 or 37.78% from 405); Blue value is 153 (60.16% from 255 or 37.78% from 405); Max value from RGB is 153 - color contains mainly: green, blue. Hex color #639999 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #639999 is #9C6666. Grayscale: #888888. Windows color (decimal): -10249831 or 10066275. OLE color: 10066275.
HSL color Cylindrical-coordinate representation of color #639999: hue angle of 180º degrees, saturation: 0.21, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #639999 is Cyan = 0.35, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 99 | 153 | 153 | - |
| CMYK | 0.35 | 0 | 0 | 0.4 |
| HSL | 180º | 0.21% | 0.49% | - |
| HSV(B) | 180º | 0.35% | 0.6% | - |
| XYZ | 22.29 | 27.74 | 34.32 | - |
| YUV | 136.85 | 137.11 | 101 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 153 | 153 | 0.35 | 0 | 0 | 0.4 | 180 | 0.21 | 0.49 |
| Hex | 63 | 99 | 99 | 23 | 0 | 0 | 28 | B4 | 15 | 31 |
| Octal | 143 | 231 | 231 | 43 | 0 | 0 | 50 | 264 | 25 | 61 |
| Binary | 1100011 | 10011001 | 10011001 | 100011 | 0 | 0 | 101000 | 10110100 | 10101 | 110001 |
Color Harmonies of #639999
Complementary color
Monochromatic Colors of #639999
Black with #639999
Text Example
Text Example
White with #639999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #639999; }
p { color: rgb(99,153,153); }
H1.HeaderClassName
{
color: #639999;
}
.AnyTagClassName
{
color: #639999;
}
</style>
background-color css
<style>
a { background-color: #639999; }
a { background-color: rgb(99,153,153); }
div.DivClassName
{
background-color: #639999;
}
.BgClassName
{
background-color: #639999;
}
</style>
border-color css
<style>
span { border-color: #639999; }
span { border-color: rgb(99,153,153); }
td.TdClassName
{
border-color: #639999;
}
.TagClassName
{
border-color: #639999;
}
</style>