Shades of Cadet Blue #649F9D
Tints of Cadet Blue #649F9D
RGB
CMYK
RGB Variations
Color information
#649F9D (or 0x649F9D) is known color: Cadet Blue. HEX triplet: 64, 9F and 9D. RGB value is (100,159,157). Sum of RGB (Red+Green+Blue) = 100+159+157=416 (55% of max value = 765). Red value is 100 (39.45% from 255 or 24.04% from 416); Green value is 159 (62.5% from 255 or 38.22% from 416); Blue value is 157 (61.72% from 255 or 37.74% from 416); Max value from RGB is 159 - color contains mainly: green. Hex color #649F9D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #649F9D is #9B6062. Grayscale: #8D8D8D. Windows color (decimal): -10182755 or 10329956. OLE color: 10329956.
HSL color Cylindrical-coordinate representation of color #649F9D: hue angle of 177.97º degrees, saturation: 0.24, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #649F9D is Cyan = 0.37, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 100 | 159 | 157 | - |
| CMYK | 0.37 | 0 | 0.01 | 0.38 |
| HSL | 177.97º | 0.24% | 0.51% | - |
| HSV(B) | 177.97º | 0.37% | 0.62% | - |
| XYZ | 23.74 | 29.94 | 36.43 | - |
| YUV | 141.13 | 136.95 | 98.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 159 | 157 | 0.37 | 0 | 0.01 | 0.38 | 177.97 | 0.24 | 0.51 |
| Hex | 64 | 9F | 9D | 25 | 0 | 1 | 26 | B2 | 18 | 33 |
| Octal | 144 | 237 | 235 | 45 | 0 | 1 | 46 | 262 | 30 | 63 |
| Binary | 1100100 | 10011111 | 10011101 | 100101 | 0 | 1 | 100110 | 10110010 | 11000 | 110011 |
Color Harmonies of #649F9D
Complementary color
Monochromatic Colors of #649F9D
Black with #649F9D
Text Example
Text Example
White with #649F9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #649F9D; }
p { color: rgb(100,159,157); }
H1.HeaderClassName
{
color: #649F9D;
}
.AnyTagClassName
{
color: #649F9D;
}
</style>
background-color css
<style>
a { background-color: #649F9D; }
a { background-color: rgb(100,159,157); }
div.DivClassName
{
background-color: #649F9D;
}
.BgClassName
{
background-color: #649F9D;
}
</style>
border-color css
<style>
span { border-color: #649F9D; }
span { border-color: rgb(100,159,157); }
td.TdClassName
{
border-color: #649F9D;
}
.TagClassName
{
border-color: #649F9D;
}
</style>