Shades of Slate Blue #6B56C1
Tints of Slate Blue #6B56C1
RGB
CMYK
RGB Variations
Color information
#6B56C1 (or 0x6B56C1) is known color: Slate Blue. HEX triplet: 6B, 56 and C1. RGB value is (107,86,193). Sum of RGB (Red+Green+Blue) = 107+86+193=386 (51% of max value = 765). Red value is 107 (42.19% from 255 or 27.72% from 386); Green value is 86 (33.98% from 255 or 22.28% from 386); Blue value is 193 (75.78% from 255 or 50% from 386); Max value from RGB is 193 - color contains mainly: blue. Hex color #6B56C1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6B56C1 is #94A93E. Grayscale: #686868. Windows color (decimal): -9742655 or 12670571. OLE color: 12670571.
HSL color Cylindrical-coordinate representation of color #6B56C1: hue angle of 251.78º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6B56C1 is Cyan = 0.45, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 107 | 86 | 193 | - |
| CMYK | 0.45 | 0.55 | 0 | 0.24 |
| HSL | 251.78º | 0.46% | 0.55% | - |
| HSV(B) | 251.78º | 0.55% | 0.76% | - |
| XYZ | 19.02 | 13.63 | 52.08 | - |
| YUV | 104.48 | 177.96 | 129.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 86 | 193 | 0.45 | 0.55 | 0 | 0.24 | 251.78 | 0.46 | 0.55 |
| Hex | 6B | 56 | C1 | 2D | 37 | 0 | 18 | FC | 2E | 37 |
| Octal | 153 | 126 | 301 | 55 | 67 | 0 | 30 | 374 | 56 | 67 |
| Binary | 1101011 | 1010110 | 11000001 | 101101 | 110111 | 0 | 11000 | 11111100 | 101110 | 110111 |
Color Harmonies of #6B56C1
Complementary color
Monochromatic Colors of #6B56C1
Black with #6B56C1
Text Example
Text Example
White with #6B56C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B56C1; }
p { color: rgb(107,86,193); }
H1.HeaderClassName
{
color: #6B56C1;
}
.AnyTagClassName
{
color: #6B56C1;
}
</style>
background-color css
<style>
a { background-color: #6B56C1; }
a { background-color: rgb(107,86,193); }
div.DivClassName
{
background-color: #6B56C1;
}
.BgClassName
{
background-color: #6B56C1;
}
</style>
border-color css
<style>
span { border-color: #6B56C1; }
span { border-color: rgb(107,86,193); }
td.TdClassName
{
border-color: #6B56C1;
}
.TagClassName
{
border-color: #6B56C1;
}
</style>