Shades of Slate Blue #6D64CC
Tints of Slate Blue #6D64CC
RGB
CMYK
RGB Variations
Color information
#6D64CC (or 0x6D64CC) is known color: Slate Blue. HEX triplet: 6D, 64 and CC. RGB value is (109,100,204). Sum of RGB (Red+Green+Blue) = 109+100+204=413 (54% of max value = 765). Red value is 109 (42.97% from 255 or 26.39% from 413); Green value is 100 (39.45% from 255 or 24.21% from 413); Blue value is 204 (80.08% from 255 or 49.39% from 413); Max value from RGB is 204 - color contains mainly: blue. Hex color #6D64CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D64CC is #929B33. Grayscale: #727272. Windows color (decimal): -9607988 or 13395053. OLE color: 13395053.
HSL color Cylindrical-coordinate representation of color #6D64CC: hue angle of 245.19º 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 #6D64CC is Cyan = 0.47, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 109 | 100 | 204 | - |
| CMYK | 0.47 | 0.51 | 0 | 0.2 |
| HSL | 245.19º | 0.5% | 0.6% | - |
| HSV(B) | 245.19º | 0.51% | 0.8% | - |
| XYZ | 21.76 | 16.73 | 59.21 | - |
| YUV | 114.55 | 178.48 | 124.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 100 | 204 | 0.47 | 0.51 | 0 | 0.2 | 245.19 | 0.5 | 0.6 |
| Hex | 6D | 64 | CC | 2F | 33 | 0 | 14 | F5 | 32 | 3C |
| Octal | 155 | 144 | 314 | 57 | 63 | 0 | 24 | 365 | 62 | 74 |
| Binary | 1101101 | 1100100 | 11001100 | 101111 | 110011 | 0 | 10100 | 11110101 | 110010 | 111100 |
Color Harmonies of #6D64CC
Complementary color
Monochromatic Colors of #6D64CC
Black with #6D64CC
Text Example
Text Example
White with #6D64CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D64CC; }
p { color: rgb(109,100,204); }
H1.HeaderClassName
{
color: #6D64CC;
}
.AnyTagClassName
{
color: #6D64CC;
}
</style>
background-color css
<style>
a { background-color: #6D64CC; }
a { background-color: rgb(109,100,204); }
div.DivClassName
{
background-color: #6D64CC;
}
.BgClassName
{
background-color: #6D64CC;
}
</style>
border-color css
<style>
span { border-color: #6D64CC; }
span { border-color: rgb(109,100,204); }
td.TdClassName
{
border-color: #6D64CC;
}
.TagClassName
{
border-color: #6D64CC;
}
</style>