Shades of Slate Blue #6C64D1
Tints of Slate Blue #6C64D1
RGB
CMYK
RGB Variations
Color information
#6C64D1 (or 0x6C64D1) is known color: Slate Blue. HEX triplet: 6C, 64 and D1. RGB value is (108,100,209). Sum of RGB (Red+Green+Blue) = 108+100+209=417 (55% of max value = 765). Red value is 108 (42.58% from 255 or 25.90% from 417); Green value is 100 (39.45% from 255 or 23.98% from 417); Blue value is 209 (82.03% from 255 or 50.12% from 417); Max value from RGB is 209 - color contains mainly: blue. Hex color #6C64D1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6C64D1 is #939B2E. Grayscale: #727272. Windows color (decimal): -9673519 or 13722732. OLE color: 13722732.
HSL color Cylindrical-coordinate representation of color #6C64D1: hue angle of 244.4º degrees, saturation: 0.54, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6C64D1 is Cyan = 0.48, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 108 | 100 | 209 | - |
| CMYK | 0.48 | 0.52 | 0 | 0.18 |
| HSL | 244.4º | 0.54% | 0.61% | - |
| HSV(B) | 244.4º | 0.52% | 0.82% | - |
| XYZ | 22.25 | 16.91 | 62.41 | - |
| YUV | 114.82 | 181.15 | 123.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 100 | 209 | 0.48 | 0.52 | 0 | 0.18 | 244.4 | 0.54 | 0.61 |
| Hex | 6C | 64 | D1 | 30 | 34 | 0 | 12 | F4 | 36 | 3D |
| Octal | 154 | 144 | 321 | 60 | 64 | 0 | 22 | 364 | 66 | 75 |
| Binary | 1101100 | 1100100 | 11010001 | 110000 | 110100 | 0 | 10010 | 11110100 | 110110 | 111101 |
Color Harmonies of #6C64D1
Complementary color
Monochromatic Colors of #6C64D1
Black with #6C64D1
Text Example
Text Example
White with #6C64D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C64D1; }
p { color: rgb(108,100,209); }
H1.HeaderClassName
{
color: #6C64D1;
}
.AnyTagClassName
{
color: #6C64D1;
}
</style>
background-color css
<style>
a { background-color: #6C64D1; }
a { background-color: rgb(108,100,209); }
div.DivClassName
{
background-color: #6C64D1;
}
.BgClassName
{
background-color: #6C64D1;
}
</style>
border-color css
<style>
span { border-color: #6C64D1; }
span { border-color: rgb(108,100,209); }
td.TdClassName
{
border-color: #6C64D1;
}
.TagClassName
{
border-color: #6C64D1;
}
</style>