Shades of Slate Blue #6B63D1
Tints of Slate Blue #6B63D1
RGB
CMYK
RGB Variations
Color information
#6B63D1 (or 0x6B63D1) is known color: Slate Blue. HEX triplet: 6B, 63 and D1. RGB value is (107,99,209). Sum of RGB (Red+Green+Blue) = 107+99+209=415 (54% of max value = 765). Red value is 107 (42.19% from 255 or 25.78% from 415); Green value is 99 (39.06% from 255 or 23.86% from 415); Blue value is 209 (82.03% from 255 or 50.36% from 415); Max value from RGB is 209 - color contains mainly: blue. Hex color #6B63D1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6B63D1 is #949C2E. Grayscale: #717171. Windows color (decimal): -9739311 or 13722475. OLE color: 13722475.
HSL color Cylindrical-coordinate representation of color #6B63D1: hue angle of 244.36º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6B63D1 is Cyan = 0.49, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 107 | 99 | 209 | - |
| CMYK | 0.49 | 0.53 | 0 | 0.18 |
| HSL | 244.36º | 0.54% | 0.6% | - |
| HSV(B) | 244.36º | 0.53% | 0.82% | - |
| XYZ | 22.03 | 16.65 | 62.37 | - |
| YUV | 113.93 | 181.65 | 123.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 99 | 209 | 0.49 | 0.53 | 0 | 0.18 | 244.36 | 0.54 | 0.6 |
| Hex | 6B | 63 | D1 | 31 | 35 | 0 | 12 | F4 | 36 | 3C |
| Octal | 153 | 143 | 321 | 61 | 65 | 0 | 22 | 364 | 66 | 74 |
| Binary | 1101011 | 1100011 | 11010001 | 110001 | 110101 | 0 | 10010 | 11110100 | 110110 | 111100 |
Color Harmonies of #6B63D1
Complementary color
Monochromatic Colors of #6B63D1
Black with #6B63D1
Text Example
Text Example
White with #6B63D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B63D1; }
p { color: rgb(107,99,209); }
H1.HeaderClassName
{
color: #6B63D1;
}
.AnyTagClassName
{
color: #6B63D1;
}
</style>
background-color css
<style>
a { background-color: #6B63D1; }
a { background-color: rgb(107,99,209); }
div.DivClassName
{
background-color: #6B63D1;
}
.BgClassName
{
background-color: #6B63D1;
}
</style>
border-color css
<style>
span { border-color: #6B63D1; }
span { border-color: rgb(107,99,209); }
td.TdClassName
{
border-color: #6B63D1;
}
.TagClassName
{
border-color: #6B63D1;
}
</style>