Shades of Slate Blue #6564E0
Tints of Slate Blue #6564E0
RGB
CMYK
RGB Variations
Color information
#6564E0 (or 0x6564E0) is known color: Slate Blue. HEX triplet: 65, 64 and E0. RGB value is (101,100,224). Sum of RGB (Red+Green+Blue) = 101+100+224=425 (56% of max value = 765). Red value is 101 (39.84% from 255 or 23.76% from 425); Green value is 100 (39.45% from 255 or 23.53% from 425); Blue value is 224 (87.89% from 255 or 52.71% from 425); Max value from RGB is 224 - color contains mainly: blue. Hex color #6564E0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6564E0 is #9A9B1F. Grayscale: #717171. Windows color (decimal): -10132256 or 14705765. OLE color: 14705765.
HSL color Cylindrical-coordinate representation of color #6564E0: hue angle of 240.48º degrees, saturation: 0.67, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6564E0 is Cyan = 0.55, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 101 | 100 | 224 | - |
| CMYK | 0.55 | 0.55 | 0 | 0.12 |
| HSL | 240.48º | 0.67% | 0.64% | - |
| HSV(B) | 240.48º | 0.55% | 0.88% | - |
| XYZ | 23.38 | 17.26 | 72.62 | - |
| YUV | 114.44 | 189.83 | 118.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 100 | 224 | 0.55 | 0.55 | 0 | 0.12 | 240.48 | 0.67 | 0.64 |
| Hex | 65 | 64 | E0 | 37 | 37 | 0 | C | F0 | 43 | 40 |
| Octal | 145 | 144 | 340 | 67 | 67 | 0 | 14 | 360 | 103 | 100 |
| Binary | 1100101 | 1100100 | 11100000 | 110111 | 110111 | 0 | 1100 | 11110000 | 1000011 | 1000000 |
Color Harmonies of #6564E0
Complementary color
Monochromatic Colors of #6564E0
Black with #6564E0
Text Example
Text Example
White with #6564E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6564E0; }
p { color: rgb(101,100,224); }
H1.HeaderClassName
{
color: #6564E0;
}
.AnyTagClassName
{
color: #6564E0;
}
</style>
background-color css
<style>
a { background-color: #6564E0; }
a { background-color: rgb(101,100,224); }
div.DivClassName
{
background-color: #6564E0;
}
.BgClassName
{
background-color: #6564E0;
}
</style>
border-color css
<style>
span { border-color: #6564E0; }
span { border-color: rgb(101,100,224); }
td.TdClassName
{
border-color: #6564E0;
}
.TagClassName
{
border-color: #6564E0;
}
</style>