Shades of Slate Blue #6564CC
Tints of Slate Blue #6564CC
RGB
CMYK
RGB Variations
Color information
#6564CC (or 0x6564CC) is known color: Slate Blue. HEX triplet: 65, 64 and CC. RGB value is (101,100,204). Sum of RGB (Red+Green+Blue) = 101+100+204=405 (53% of max value = 765). Red value is 101 (39.84% from 255 or 24.94% from 405); Green value is 100 (39.45% from 255 or 24.69% from 405); Blue value is 204 (80.08% from 255 or 50.37% from 405); Max value from RGB is 204 - color contains mainly: blue. Hex color #6564CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6564CC is #9A9B33. Grayscale: #6F6F6F. Windows color (decimal): -10132276 or 13395045. OLE color: 13395045.
HSL color Cylindrical-coordinate representation of color #6564CC: hue angle of 240.58º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6564CC is Cyan = 0.50, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 101 | 100 | 204 | - |
| CMYK | 0.50 | 0.51 | 0 | 0.2 |
| HSL | 240.58º | 0.5% | 0.6% | - |
| HSV(B) | 240.58º | 0.51% | 0.8% | - |
| XYZ | 20.82 | 16.24 | 59.16 | - |
| YUV | 112.16 | 179.83 | 120.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 100 | 204 | 0.50 | 0.51 | 0 | 0.2 | 240.58 | 0.5 | 0.6 |
| Hex | 65 | 64 | CC | 32 | 33 | 0 | 14 | F1 | 32 | 3C |
| Octal | 145 | 144 | 314 | 62 | 63 | 0 | 24 | 361 | 62 | 74 |
| Binary | 1100101 | 1100100 | 11001100 | 110010 | 110011 | 0 | 10100 | 11110001 | 110010 | 111100 |
Color Harmonies of #6564CC
Complementary color
Monochromatic Colors of #6564CC
Black with #6564CC
Text Example
Text Example
White with #6564CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6564CC; }
p { color: rgb(101,100,204); }
H1.HeaderClassName
{
color: #6564CC;
}
.AnyTagClassName
{
color: #6564CC;
}
</style>
background-color css
<style>
a { background-color: #6564CC; }
a { background-color: rgb(101,100,204); }
div.DivClassName
{
background-color: #6564CC;
}
.BgClassName
{
background-color: #6564CC;
}
</style>
border-color css
<style>
span { border-color: #6564CC; }
span { border-color: rgb(101,100,204); }
td.TdClassName
{
border-color: #6564CC;
}
.TagClassName
{
border-color: #6564CC;
}
</style>