Shades of Cadet Blue #649CA0
Tints of Cadet Blue #649CA0
RGB
CMYK
RGB Variations
Color information
#649CA0 (or 0x649CA0) is known color: Cadet Blue. HEX triplet: 64, 9C and A0. RGB value is (100,156,160). Sum of RGB (Red+Green+Blue) = 100+156+160=416 (55% of max value = 765). Red value is 100 (39.45% from 255 or 24.04% from 416); Green value is 156 (61.33% from 255 or 37.5% from 416); Blue value is 160 (62.89% from 255 or 38.46% from 416); Max value from RGB is 160 - color contains mainly: blue. Hex color #649CA0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #649CA0 is #9B635F. Grayscale: #8B8B8B. Windows color (decimal): -10183520 or 10525796. OLE color: 10525796.
HSL color Cylindrical-coordinate representation of color #649CA0: hue angle of 184º 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 #649CA0 is Cyan = 0.38, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 100 | 156 | 160 | - |
| CMYK | 0.38 | 0.02 | 0 | 0.37 |
| HSL | 184º | 0.24% | 0.51% | - |
| HSV(B) | 184º | 0.38% | 0.63% | - |
| XYZ | 23.49 | 29.02 | 37.62 | - |
| YUV | 139.71 | 139.45 | 99.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 156 | 160 | 0.38 | 0.02 | 0 | 0.37 | 184 | 0.24 | 0.51 |
| Hex | 64 | 9C | A0 | 26 | 2 | 0 | 25 | B8 | 18 | 33 |
| Octal | 144 | 234 | 240 | 46 | 2 | 0 | 45 | 270 | 30 | 63 |
| Binary | 1100100 | 10011100 | 10100000 | 100110 | 10 | 0 | 100101 | 10111000 | 11000 | 110011 |
Color Harmonies of #649CA0
Complementary color
Monochromatic Colors of #649CA0
Black with #649CA0
Text Example
Text Example
White with #649CA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #649CA0; }
p { color: rgb(100,156,160); }
H1.HeaderClassName
{
color: #649CA0;
}
.AnyTagClassName
{
color: #649CA0;
}
</style>
background-color css
<style>
a { background-color: #649CA0; }
a { background-color: rgb(100,156,160); }
div.DivClassName
{
background-color: #649CA0;
}
.BgClassName
{
background-color: #649CA0;
}
</style>
border-color css
<style>
span { border-color: #649CA0; }
span { border-color: rgb(100,156,160); }
td.TdClassName
{
border-color: #649CA0;
}
.TagClassName
{
border-color: #649CA0;
}
</style>