Shades of Slate Blue #6E63CF
Tints of Slate Blue #6E63CF
RGB
CMYK
RGB Variations
Color information
#6E63CF (or 0x6E63CF) is known color: Slate Blue. HEX triplet: 6E, 63 and CF. RGB value is (110,99,207). Sum of RGB (Red+Green+Blue) = 110+99+207=416 (55% of max value = 765). Red value is 110 (43.36% from 255 or 26.44% from 416); Green value is 99 (39.06% from 255 or 23.80% from 416); Blue value is 207 (81.25% from 255 or 49.76% from 416); Max value from RGB is 207 - color contains mainly: blue. Hex color #6E63CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E63CF is #919C30. Grayscale: #727272. Windows color (decimal): -9542705 or 13591406. OLE color: 13591406.
HSL color Cylindrical-coordinate representation of color #6E63CF: hue angle of 246.11º 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 #6E63CF is Cyan = 0.47, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 110 | 99 | 207 | - |
| CMYK | 0.47 | 0.52 | 0 | 0.19 |
| HSL | 246.11º | 0.53% | 0.6% | - |
| HSV(B) | 246.11º | 0.52% | 0.81% | - |
| XYZ | 22.15 | 16.74 | 61.1 | - |
| YUV | 114.6 | 180.14 | 124.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 99 | 207 | 0.47 | 0.52 | 0 | 0.19 | 246.11 | 0.53 | 0.6 |
| Hex | 6E | 63 | CF | 2F | 34 | 0 | 13 | F6 | 35 | 3C |
| Octal | 156 | 143 | 317 | 57 | 64 | 0 | 23 | 366 | 65 | 74 |
| Binary | 1101110 | 1100011 | 11001111 | 101111 | 110100 | 0 | 10011 | 11110110 | 110101 | 111100 |
Color Harmonies of #6E63CF
Complementary color
Monochromatic Colors of #6E63CF
Black with #6E63CF
Text Example
Text Example
White with #6E63CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E63CF; }
p { color: rgb(110,99,207); }
H1.HeaderClassName
{
color: #6E63CF;
}
.AnyTagClassName
{
color: #6E63CF;
}
</style>
background-color css
<style>
a { background-color: #6E63CF; }
a { background-color: rgb(110,99,207); }
div.DivClassName
{
background-color: #6E63CF;
}
.BgClassName
{
background-color: #6E63CF;
}
</style>
border-color css
<style>
span { border-color: #6E63CF; }
span { border-color: rgb(110,99,207); }
td.TdClassName
{
border-color: #6E63CF;
}
.TagClassName
{
border-color: #6E63CF;
}
</style>