Shades of Slate Blue #6B4EDB
Tints of Slate Blue #6B4EDB
RGB
CMYK
RGB Variations
Color information
#6B4EDB (or 0x6B4EDB) is known color: Slate Blue. HEX triplet: 6B, 4E and DB. RGB value is (107,78,219). Sum of RGB (Red+Green+Blue) = 107+78+219=404 (53% of max value = 765). Red value is 107 (42.19% from 255 or 26.49% from 404); Green value is 78 (30.86% from 255 or 19.31% from 404); Blue value is 219 (85.94% from 255 or 54.21% from 404); Max value from RGB is 219 - color contains mainly: blue. Hex color #6B4EDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6B4EDB is #94B124. Grayscale: #666666. Windows color (decimal): -9744677 or 14372459. OLE color: 14372459.
HSL color Cylindrical-coordinate representation of color #6B4EDB: hue angle of 252.34º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6B4EDB is Cyan = 0.51, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 107 | 78 | 219 | - |
| CMYK | 0.51 | 0.64 | 0 | 0.14 |
| HSL | 252.34º | 0.66% | 0.58% | - |
| HSV(B) | 252.34º | 0.64% | 0.86% | - |
| XYZ | 21.57 | 13.69 | 68.52 | - |
| YUV | 102.75 | 193.61 | 131.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 78 | 219 | 0.51 | 0.64 | 0 | 0.14 | 252.34 | 0.66 | 0.58 |
| Hex | 6B | 4E | DB | 33 | 40 | 0 | E | FC | 42 | 3A |
| Octal | 153 | 116 | 333 | 63 | 100 | 0 | 16 | 374 | 102 | 72 |
| Binary | 1101011 | 1001110 | 11011011 | 110011 | 1000000 | 0 | 1110 | 11111100 | 1000010 | 111010 |
Color Harmonies of #6B4EDB
Complementary color
Monochromatic Colors of #6B4EDB
Black with #6B4EDB
Text Example
Text Example
White with #6B4EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B4EDB; }
p { color: rgb(107,78,219); }
H1.HeaderClassName
{
color: #6B4EDB;
}
.AnyTagClassName
{
color: #6B4EDB;
}
</style>
background-color css
<style>
a { background-color: #6B4EDB; }
a { background-color: rgb(107,78,219); }
div.DivClassName
{
background-color: #6B4EDB;
}
.BgClassName
{
background-color: #6B4EDB;
}
</style>
border-color css
<style>
span { border-color: #6B4EDB; }
span { border-color: rgb(107,78,219); }
td.TdClassName
{
border-color: #6B4EDB;
}
.TagClassName
{
border-color: #6B4EDB;
}
</style>