Shades of Slate Blue #6B4EC6
Tints of Slate Blue #6B4EC6
RGB
CMYK
RGB Variations
Color information
#6B4EC6 (or 0x6B4EC6) is known color: Slate Blue. HEX triplet: 6B, 4E and C6. RGB value is (107,78,198). Sum of RGB (Red+Green+Blue) = 107+78+198=383 (50% of max value = 765). Red value is 107 (42.19% from 255 or 27.94% from 383); Green value is 78 (30.86% from 255 or 20.37% from 383); Blue value is 198 (77.73% from 255 or 51.70% from 383); Max value from RGB is 198 - color contains mainly: blue. Hex color #6B4EC6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6B4EC6 is #94B139. Grayscale: #636363. Windows color (decimal): -9744698 or 12996203. OLE color: 12996203.
HSL color Cylindrical-coordinate representation of color #6B4EC6: hue angle of 254.5º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6B4EC6 is Cyan = 0.46, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 107 | 78 | 198 | - |
| CMYK | 0.46 | 0.61 | 0 | 0.22 |
| HSL | 254.5º | 0.51% | 0.54% | - |
| HSV(B) | 254.5º | 0.61% | 0.78% | - |
| XYZ | 18.98 | 12.65 | 54.87 | - |
| YUV | 100.35 | 183.11 | 132.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 78 | 198 | 0.46 | 0.61 | 0 | 0.22 | 254.5 | 0.51 | 0.54 |
| Hex | 6B | 4E | C6 | 2E | 3D | 0 | 16 | FE | 33 | 36 |
| Octal | 153 | 116 | 306 | 56 | 75 | 0 | 26 | 376 | 63 | 66 |
| Binary | 1101011 | 1001110 | 11000110 | 101110 | 111101 | 0 | 10110 | 11111110 | 110011 | 110110 |
Color Harmonies of #6B4EC6
Complementary color
Monochromatic Colors of #6B4EC6
Black with #6B4EC6
Text Example
Text Example
White with #6B4EC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B4EC6; }
p { color: rgb(107,78,198); }
H1.HeaderClassName
{
color: #6B4EC6;
}
.AnyTagClassName
{
color: #6B4EC6;
}
</style>
background-color css
<style>
a { background-color: #6B4EC6; }
a { background-color: rgb(107,78,198); }
div.DivClassName
{
background-color: #6B4EC6;
}
.BgClassName
{
background-color: #6B4EC6;
}
</style>
border-color css
<style>
span { border-color: #6B4EC6; }
span { border-color: rgb(107,78,198); }
td.TdClassName
{
border-color: #6B4EC6;
}
.TagClassName
{
border-color: #6B4EC6;
}
</style>