Shades of Slate Blue #6B4EDA
Tints of Slate Blue #6B4EDA
RGB
CMYK
RGB Variations
Color information
#6B4EDA (or 0x6B4EDA) is known color: Slate Blue. HEX triplet: 6B, 4E and DA. RGB value is (107,78,218). Sum of RGB (Red+Green+Blue) = 107+78+218=403 (53% of max value = 765). Red value is 107 (42.19% from 255 or 26.55% from 403); Green value is 78 (30.86% from 255 or 19.35% from 403); Blue value is 218 (85.55% from 255 or 54.09% from 403); Max value from RGB is 218 - color contains mainly: blue. Hex color #6B4EDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6B4EDA is #94B125. Grayscale: #666666. Windows color (decimal): -9744678 or 14306923. OLE color: 14306923.
HSL color Cylindrical-coordinate representation of color #6B4EDA: hue angle of 252.43º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6B4EDA is Cyan = 0.51, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 107 | 78 | 218 | - |
| CMYK | 0.51 | 0.64 | 0 | 0.15 |
| HSL | 252.43º | 0.65% | 0.58% | - |
| HSV(B) | 252.43º | 0.64% | 0.85% | - |
| XYZ | 21.44 | 13.64 | 67.83 | - |
| YUV | 102.63 | 193.11 | 131.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 78 | 218 | 0.51 | 0.64 | 0 | 0.15 | 252.43 | 0.65 | 0.58 |
| Hex | 6B | 4E | DA | 33 | 40 | 0 | F | FC | 41 | 3A |
| Octal | 153 | 116 | 332 | 63 | 100 | 0 | 17 | 374 | 101 | 72 |
| Binary | 1101011 | 1001110 | 11011010 | 110011 | 1000000 | 0 | 1111 | 11111100 | 1000001 | 111010 |
Color Harmonies of #6B4EDA
Complementary color
Monochromatic Colors of #6B4EDA
Black with #6B4EDA
Text Example
Text Example
White with #6B4EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B4EDA; }
p { color: rgb(107,78,218); }
H1.HeaderClassName
{
color: #6B4EDA;
}
.AnyTagClassName
{
color: #6B4EDA;
}
</style>
background-color css
<style>
a { background-color: #6B4EDA; }
a { background-color: rgb(107,78,218); }
div.DivClassName
{
background-color: #6B4EDA;
}
.BgClassName
{
background-color: #6B4EDA;
}
</style>
border-color css
<style>
span { border-color: #6B4EDA; }
span { border-color: rgb(107,78,218); }
td.TdClassName
{
border-color: #6B4EDA;
}
.TagClassName
{
border-color: #6B4EDA;
}
</style>