Shades of Cadet Blue #639AA0
Tints of Cadet Blue #639AA0
RGB
CMYK
RGB Variations
Color information
#639AA0 (or 0x639AA0) is known color: Cadet Blue. HEX triplet: 63, 9A and A0. RGB value is (99,154,160). Sum of RGB (Red+Green+Blue) = 99+154+160=413 (54% of max value = 765). Red value is 99 (39.06% from 255 or 23.97% from 413); Green value is 154 (60.55% from 255 or 37.29% from 413); Blue value is 160 (62.89% from 255 or 38.74% from 413); Max value from RGB is 160 - color contains mainly: blue. Hex color #639AA0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #639AA0 is #9C655F. Grayscale: #8A8A8A. Windows color (decimal): -10249568 or 10525283. OLE color: 10525283.
HSL color Cylindrical-coordinate representation of color #639AA0: hue angle of 185.9º degrees, saturation: 0.24, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #639AA0 is Cyan = 0.38, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 99 | 154 | 160 | - |
| CMYK | 0.38 | 0.04 | 0 | 0.37 |
| HSL | 185.9º | 0.24% | 0.51% | - |
| HSV(B) | 185.9º | 0.38% | 0.63% | - |
| XYZ | 23.05 | 28.3 | 37.51 | - |
| YUV | 138.24 | 140.28 | 100.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 154 | 160 | 0.38 | 0.04 | 0 | 0.37 | 185.9 | 0.24 | 0.51 |
| Hex | 63 | 9A | A0 | 26 | 4 | 0 | 25 | BA | 18 | 33 |
| Octal | 143 | 232 | 240 | 46 | 4 | 0 | 45 | 272 | 30 | 63 |
| Binary | 1100011 | 10011010 | 10100000 | 100110 | 100 | 0 | 100101 | 10111010 | 11000 | 110011 |
Color Harmonies of #639AA0
Complementary color
Monochromatic Colors of #639AA0
Black with #639AA0
Text Example
Text Example
White with #639AA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #639AA0; }
p { color: rgb(99,154,160); }
H1.HeaderClassName
{
color: #639AA0;
}
.AnyTagClassName
{
color: #639AA0;
}
</style>
background-color css
<style>
a { background-color: #639AA0; }
a { background-color: rgb(99,154,160); }
div.DivClassName
{
background-color: #639AA0;
}
.BgClassName
{
background-color: #639AA0;
}
</style>
border-color css
<style>
span { border-color: #639AA0; }
span { border-color: rgb(99,154,160); }
td.TdClassName
{
border-color: #639AA0;
}
.TagClassName
{
border-color: #639AA0;
}
</style>