Shades of Slate Blue #6E63DD
Tints of Slate Blue #6E63DD
RGB
CMYK
RGB Variations
Color information
#6E63DD (or 0x6E63DD) is known color: Slate Blue. HEX triplet: 6E, 63 and DD. RGB value is (110,99,221). Sum of RGB (Red+Green+Blue) = 110+99+221=430 (56% of max value = 765). Red value is 110 (43.36% from 255 or 25.58% from 430); Green value is 99 (39.06% from 255 or 23.02% from 430); Blue value is 221 (86.72% from 255 or 51.40% from 430); Max value from RGB is 221 - color contains mainly: blue. Hex color #6E63DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E63DD is #919C22. Grayscale: #737373. Windows color (decimal): -9542691 or 14508910. OLE color: 14508910.
HSL color Cylindrical-coordinate representation of color #6E63DD: hue angle of 245.41º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6E63DD is Cyan = 0.50, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 110 | 99 | 221 | - |
| CMYK | 0.50 | 0.55 | 0 | 0.13 |
| HSL | 245.41º | 0.64% | 0.63% | - |
| HSV(B) | 245.41º | 0.55% | 0.87% | - |
| XYZ | 23.94 | 17.46 | 70.51 | - |
| YUV | 116.2 | 187.14 | 123.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 99 | 221 | 0.50 | 0.55 | 0 | 0.13 | 245.41 | 0.64 | 0.63 |
| Hex | 6E | 63 | DD | 32 | 37 | 0 | D | F5 | 40 | 3F |
| Octal | 156 | 143 | 335 | 62 | 67 | 0 | 15 | 365 | 100 | 77 |
| Binary | 1101110 | 1100011 | 11011101 | 110010 | 110111 | 0 | 1101 | 11110101 | 1000000 | 111111 |
Color Harmonies of #6E63DD
Complementary color
Monochromatic Colors of #6E63DD
Black with #6E63DD
Text Example
Text Example
White with #6E63DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E63DD; }
p { color: rgb(110,99,221); }
H1.HeaderClassName
{
color: #6E63DD;
}
.AnyTagClassName
{
color: #6E63DD;
}
</style>
background-color css
<style>
a { background-color: #6E63DD; }
a { background-color: rgb(110,99,221); }
div.DivClassName
{
background-color: #6E63DD;
}
.BgClassName
{
background-color: #6E63DD;
}
</style>
border-color css
<style>
span { border-color: #6E63DD; }
span { border-color: rgb(110,99,221); }
td.TdClassName
{
border-color: #6E63DD;
}
.TagClassName
{
border-color: #6E63DD;
}
</style>