Shades of Slate Blue #6564DD
Tints of Slate Blue #6564DD
RGB
CMYK
RGB Variations
Color information
#6564DD (or 0x6564DD) is known color: Slate Blue. HEX triplet: 65, 64 and DD. RGB value is (101,100,221). Sum of RGB (Red+Green+Blue) = 101+100+221=422 (55% of max value = 765). Red value is 101 (39.84% from 255 or 23.93% from 422); Green value is 100 (39.45% from 255 or 23.70% from 422); Blue value is 221 (86.72% from 255 or 52.37% from 422); Max value from RGB is 221 - color contains mainly: blue. Hex color #6564DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6564DD is #9A9B22. Grayscale: #717171. Windows color (decimal): -10132259 or 14509157. OLE color: 14509157.
HSL color Cylindrical-coordinate representation of color #6564DD: hue angle of 240.5º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6564DD is Cyan = 0.54, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 101 | 100 | 221 | - |
| CMYK | 0.54 | 0.55 | 0 | 0.13 |
| HSL | 240.5º | 0.64% | 0.63% | - |
| HSV(B) | 240.5º | 0.55% | 0.87% | - |
| XYZ | 22.98 | 17.1 | 70.5 | - |
| YUV | 114.09 | 188.33 | 118.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 100 | 221 | 0.54 | 0.55 | 0 | 0.13 | 240.5 | 0.64 | 0.63 |
| Hex | 65 | 64 | DD | 36 | 37 | 0 | D | F0 | 40 | 3F |
| Octal | 145 | 144 | 335 | 66 | 67 | 0 | 15 | 360 | 100 | 77 |
| Binary | 1100101 | 1100100 | 11011101 | 110110 | 110111 | 0 | 1101 | 11110000 | 1000000 | 111111 |
Color Harmonies of #6564DD
Complementary color
Monochromatic Colors of #6564DD
Black with #6564DD
Text Example
Text Example
White with #6564DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6564DD; }
p { color: rgb(101,100,221); }
H1.HeaderClassName
{
color: #6564DD;
}
.AnyTagClassName
{
color: #6564DD;
}
</style>
background-color css
<style>
a { background-color: #6564DD; }
a { background-color: rgb(101,100,221); }
div.DivClassName
{
background-color: #6564DD;
}
.BgClassName
{
background-color: #6564DD;
}
</style>
border-color css
<style>
span { border-color: #6564DD; }
span { border-color: rgb(101,100,221); }
td.TdClassName
{
border-color: #6564DD;
}
.TagClassName
{
border-color: #6564DD;
}
</style>