Shades of Cadet Blue #639A99
Tints of Cadet Blue #639A99
RGB
CMYK
RGB Variations
Color information
#639A99 (or 0x639A99) is known color: Cadet Blue. HEX triplet: 63, 9A and 99. RGB value is (99,154,153). Sum of RGB (Red+Green+Blue) = 99+154+153=406 (53% of max value = 765). Red value is 99 (39.06% from 255 or 24.38% from 406); Green value is 154 (60.55% from 255 or 37.93% from 406); Blue value is 153 (60.16% from 255 or 37.68% from 406); Max value from RGB is 154 - color contains mainly: green. Hex color #639A99 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #639A99 is #9C6566. Grayscale: #898989. Windows color (decimal): -10249575 or 10066531. OLE color: 10066531.
HSL color Cylindrical-coordinate representation of color #639A99: hue angle of 178.91º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #639A99 is Cyan = 0.36, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 99 | 154 | 153 | - |
| CMYK | 0.36 | 0 | 0.01 | 0.40 |
| HSL | 178.91º | 0.22% | 0.5% | - |
| HSV(B) | 178.91º | 0.36% | 0.6% | - |
| XYZ | 22.45 | 28.06 | 34.37 | - |
| YUV | 137.44 | 136.78 | 100.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 154 | 153 | 0.36 | 0 | 0.01 | 0.40 | 178.91 | 0.22 | 0.5 |
| Hex | 63 | 9A | 99 | 24 | 0 | 1 | 28 | B3 | 16 | 32 |
| Octal | 143 | 232 | 231 | 44 | 0 | 1 | 50 | 263 | 26 | 62 |
| Binary | 1100011 | 10011010 | 10011001 | 100100 | 0 | 1 | 101000 | 10110011 | 10110 | 110010 |
Color Harmonies of #639A99
Complementary color
Monochromatic Colors of #639A99
Black with #639A99
Text Example
Text Example
White with #639A99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #639A99; }
p { color: rgb(99,154,153); }
H1.HeaderClassName
{
color: #639A99;
}
.AnyTagClassName
{
color: #639A99;
}
</style>
background-color css
<style>
a { background-color: #639A99; }
a { background-color: rgb(99,154,153); }
div.DivClassName
{
background-color: #639A99;
}
.BgClassName
{
background-color: #639A99;
}
</style>
border-color css
<style>
span { border-color: #639A99; }
span { border-color: rgb(99,154,153); }
td.TdClassName
{
border-color: #639A99;
}
.TagClassName
{
border-color: #639A99;
}
</style>