Shades of Slate Blue #6E64CF
Tints of Slate Blue #6E64CF
RGB
CMYK
RGB Variations
Color information
#6E64CF (or 0x6E64CF) is known color: Slate Blue. HEX triplet: 6E, 64 and CF. RGB value is (110,100,207). Sum of RGB (Red+Green+Blue) = 110+100+207=417 (55% of max value = 765). Red value is 110 (43.36% from 255 or 26.38% from 417); Green value is 100 (39.45% from 255 or 23.98% from 417); Blue value is 207 (81.25% from 255 or 49.64% from 417); Max value from RGB is 207 - color contains mainly: blue. Hex color #6E64CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E64CF is #919B30. Grayscale: #727272. Windows color (decimal): -9542449 or 13591662. OLE color: 13591662.
HSL color Cylindrical-coordinate representation of color #6E64CF: hue angle of 245.61º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6E64CF is Cyan = 0.47, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 110 | 100 | 207 | - |
| CMYK | 0.47 | 0.52 | 0 | 0.19 |
| HSL | 245.61º | 0.53% | 0.6% | - |
| HSV(B) | 245.61º | 0.52% | 0.81% | - |
| XYZ | 22.25 | 16.93 | 61.13 | - |
| YUV | 115.19 | 179.81 | 124.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 100 | 207 | 0.47 | 0.52 | 0 | 0.19 | 245.61 | 0.53 | 0.6 |
| Hex | 6E | 64 | CF | 2F | 34 | 0 | 13 | F6 | 35 | 3C |
| Octal | 156 | 144 | 317 | 57 | 64 | 0 | 23 | 366 | 65 | 74 |
| Binary | 1101110 | 1100100 | 11001111 | 101111 | 110100 | 0 | 10011 | 11110110 | 110101 | 111100 |
Color Harmonies of #6E64CF
Complementary color
Monochromatic Colors of #6E64CF
Black with #6E64CF
Text Example
Text Example
White with #6E64CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E64CF; }
p { color: rgb(110,100,207); }
H1.HeaderClassName
{
color: #6E64CF;
}
.AnyTagClassName
{
color: #6E64CF;
}
</style>
background-color css
<style>
a { background-color: #6E64CF; }
a { background-color: rgb(110,100,207); }
div.DivClassName
{
background-color: #6E64CF;
}
.BgClassName
{
background-color: #6E64CF;
}
</style>
border-color css
<style>
span { border-color: #6E64CF; }
span { border-color: rgb(110,100,207); }
td.TdClassName
{
border-color: #6E64CF;
}
.TagClassName
{
border-color: #6E64CF;
}
</style>