Shades of Slate Blue #6C63E0
Tints of Slate Blue #6C63E0
RGB
CMYK
RGB Variations
Color information
#6C63E0 (or 0x6C63E0) is known color: Slate Blue. HEX triplet: 6C, 63 and E0. RGB value is (108,99,224). Sum of RGB (Red+Green+Blue) = 108+99+224=431 (57% of max value = 765). Red value is 108 (42.58% from 255 or 25.06% from 431); Green value is 99 (39.06% from 255 or 22.97% from 431); Blue value is 224 (87.89% from 255 or 51.97% from 431); Max value from RGB is 224 - color contains mainly: blue. Hex color #6C63E0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6C63E0 is #939C1F. Grayscale: #737373. Windows color (decimal): -9673760 or 14705516. OLE color: 14705516.
HSL color Cylindrical-coordinate representation of color #6C63E0: hue angle of 244.32º degrees, saturation: 0.67, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6C63E0 is Cyan = 0.52, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 108 | 99 | 224 | - |
| CMYK | 0.52 | 0.56 | 0 | 0.12 |
| HSL | 244.32º | 0.67% | 0.63% | - |
| HSV(B) | 244.32º | 0.56% | 0.88% | - |
| XYZ | 24.1 | 17.49 | 72.63 | - |
| YUV | 115.94 | 188.98 | 122.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 99 | 224 | 0.52 | 0.56 | 0 | 0.12 | 244.32 | 0.67 | 0.63 |
| Hex | 6C | 63 | E0 | 34 | 38 | 0 | C | F4 | 43 | 3F |
| Octal | 154 | 143 | 340 | 64 | 70 | 0 | 14 | 364 | 103 | 77 |
| Binary | 1101100 | 1100011 | 11100000 | 110100 | 111000 | 0 | 1100 | 11110100 | 1000011 | 111111 |
Color Harmonies of #6C63E0
Complementary color
Monochromatic Colors of #6C63E0
Black with #6C63E0
Text Example
Text Example
White with #6C63E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C63E0; }
p { color: rgb(108,99,224); }
H1.HeaderClassName
{
color: #6C63E0;
}
.AnyTagClassName
{
color: #6C63E0;
}
</style>
background-color css
<style>
a { background-color: #6C63E0; }
a { background-color: rgb(108,99,224); }
div.DivClassName
{
background-color: #6C63E0;
}
.BgClassName
{
background-color: #6C63E0;
}
</style>
border-color css
<style>
span { border-color: #6C63E0; }
span { border-color: rgb(108,99,224); }
td.TdClassName
{
border-color: #6C63E0;
}
.TagClassName
{
border-color: #6C63E0;
}
</style>