Shades of Cadet Blue #639CA0
Tints of Cadet Blue #639CA0
RGB
CMYK
RGB Variations
Color information
#639CA0 (or 0x639CA0) is known color: Cadet Blue. HEX triplet: 63, 9C and A0. RGB value is (99,156,160). Sum of RGB (Red+Green+Blue) = 99+156+160=415 (54% of max value = 765). Red value is 99 (39.06% from 255 or 23.86% from 415); Green value is 156 (61.33% from 255 or 37.59% from 415); Blue value is 160 (62.89% from 255 or 38.55% from 415); Max value from RGB is 160 - color contains mainly: blue. Hex color #639CA0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #639CA0 is #9C635F. Grayscale: #8B8B8B. Windows color (decimal): -10249056 or 10525795. OLE color: 10525795.
HSL color Cylindrical-coordinate representation of color #639CA0: hue angle of 183.93º 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 #639CA0 is Cyan = 0.38, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 99 | 156 | 160 | - |
| CMYK | 0.38 | 0.02 | 0 | 0.37 |
| HSL | 183.93º | 0.24% | 0.51% | - |
| HSV(B) | 183.93º | 0.38% | 0.63% | - |
| XYZ | 23.38 | 28.97 | 37.62 | - |
| YUV | 139.41 | 139.62 | 99.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 156 | 160 | 0.38 | 0.02 | 0 | 0.37 | 183.93 | 0.24 | 0.51 |
| Hex | 63 | 9C | A0 | 26 | 2 | 0 | 25 | B8 | 18 | 33 |
| Octal | 143 | 234 | 240 | 46 | 2 | 0 | 45 | 270 | 30 | 63 |
| Binary | 1100011 | 10011100 | 10100000 | 100110 | 10 | 0 | 100101 | 10111000 | 11000 | 110011 |
Color Harmonies of #639CA0
Complementary color
Monochromatic Colors of #639CA0
Black with #639CA0
Text Example
Text Example
White with #639CA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #639CA0; }
p { color: rgb(99,156,160); }
H1.HeaderClassName
{
color: #639CA0;
}
.AnyTagClassName
{
color: #639CA0;
}
</style>
background-color css
<style>
a { background-color: #639CA0; }
a { background-color: rgb(99,156,160); }
div.DivClassName
{
background-color: #639CA0;
}
.BgClassName
{
background-color: #639CA0;
}
</style>
border-color css
<style>
span { border-color: #639CA0; }
span { border-color: rgb(99,156,160); }
td.TdClassName
{
border-color: #639CA0;
}
.TagClassName
{
border-color: #639CA0;
}
</style>