Shades of Cadet Blue #649FA4
Tints of Cadet Blue #649FA4
RGB
CMYK
RGB Variations
Color information
#649FA4 (or 0x649FA4) is known color: Cadet Blue. HEX triplet: 64, 9F and A4. RGB value is (100,159,164). Sum of RGB (Red+Green+Blue) = 100+159+164=423 (56% of max value = 765). Red value is 100 (39.45% from 255 or 23.64% from 423); Green value is 159 (62.5% from 255 or 37.59% from 423); Blue value is 164 (64.45% from 255 or 38.77% from 423); Max value from RGB is 164 - color contains mainly: blue. Hex color #649FA4 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #649FA4 is #9B605B. Grayscale: #8D8D8D. Windows color (decimal): -10182748 or 10788708. OLE color: 10788708.
HSL color Cylindrical-coordinate representation of color #649FA4: hue angle of 184.69º degrees, saturation: 0.26, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #649FA4 is Cyan = 0.39, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 100 | 159 | 164 | - |
| CMYK | 0.39 | 0.03 | 0 | 0.36 |
| HSL | 184.69º | 0.26% | 0.52% | - |
| HSV(B) | 184.69º | 0.39% | 0.64% | - |
| XYZ | 24.35 | 30.19 | 39.66 | - |
| YUV | 141.93 | 140.45 | 98.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 159 | 164 | 0.39 | 0.03 | 0 | 0.36 | 184.69 | 0.26 | 0.52 |
| Hex | 64 | 9F | A4 | 27 | 3 | 0 | 24 | B9 | 1A | 34 |
| Octal | 144 | 237 | 244 | 47 | 3 | 0 | 44 | 271 | 32 | 64 |
| Binary | 1100100 | 10011111 | 10100100 | 100111 | 11 | 0 | 100100 | 10111001 | 11010 | 110100 |
Color Harmonies of #649FA4
Complementary color
Monochromatic Colors of #649FA4
Black with #649FA4
Text Example
Text Example
White with #649FA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #649FA4; }
p { color: rgb(100,159,164); }
H1.HeaderClassName
{
color: #649FA4;
}
.AnyTagClassName
{
color: #649FA4;
}
</style>
background-color css
<style>
a { background-color: #649FA4; }
a { background-color: rgb(100,159,164); }
div.DivClassName
{
background-color: #649FA4;
}
.BgClassName
{
background-color: #649FA4;
}
</style>
border-color css
<style>
span { border-color: #649FA4; }
span { border-color: rgb(100,159,164); }
td.TdClassName
{
border-color: #649FA4;
}
.TagClassName
{
border-color: #649FA4;
}
</style>