Shades of Slate Blue #6B4EE0
Tints of Slate Blue #6B4EE0
RGB
CMYK
RGB Variations
Color information
#6B4EE0 (or 0x6B4EE0) is known color: Slate Blue. HEX triplet: 6B, 4E and E0. RGB value is (107,78,224). Sum of RGB (Red+Green+Blue) = 107+78+224=409 (54% of max value = 765). Red value is 107 (42.19% from 255 or 26.16% from 409); Green value is 78 (30.86% from 255 or 19.07% from 409); Blue value is 224 (87.89% from 255 or 54.77% from 409); Max value from RGB is 224 - color contains mainly: blue. Hex color #6B4EE0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6B4EE0 is #94B11F. Grayscale: #666666. Windows color (decimal): -9744672 or 14700139. OLE color: 14700139.
HSL color Cylindrical-coordinate representation of color #6B4EE0: hue angle of 251.92º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6B4EE0 is Cyan = 0.52, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 107 | 78 | 224 | - |
| CMYK | 0.52 | 0.65 | 0 | 0.12 |
| HSL | 251.92º | 0.7% | 0.59% | - |
| HSV(B) | 251.92º | 0.65% | 0.88% | - |
| XYZ | 22.24 | 13.96 | 72.04 | - |
| YUV | 103.32 | 196.11 | 130.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 78 | 224 | 0.52 | 0.65 | 0 | 0.12 | 251.92 | 0.7 | 0.59 |
| Hex | 6B | 4E | E0 | 34 | 41 | 0 | C | FC | 46 | 3B |
| Octal | 153 | 116 | 340 | 64 | 101 | 0 | 14 | 374 | 106 | 73 |
| Binary | 1101011 | 1001110 | 11100000 | 110100 | 1000001 | 0 | 1100 | 11111100 | 1000110 | 111011 |
Color Harmonies of #6B4EE0
Complementary color
Monochromatic Colors of #6B4EE0
Black with #6B4EE0
Text Example
Text Example
White with #6B4EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B4EE0; }
p { color: rgb(107,78,224); }
H1.HeaderClassName
{
color: #6B4EE0;
}
.AnyTagClassName
{
color: #6B4EE0;
}
</style>
background-color css
<style>
a { background-color: #6B4EE0; }
a { background-color: rgb(107,78,224); }
div.DivClassName
{
background-color: #6B4EE0;
}
.BgClassName
{
background-color: #6B4EE0;
}
</style>
border-color css
<style>
span { border-color: #6B4EE0; }
span { border-color: rgb(107,78,224); }
td.TdClassName
{
border-color: #6B4EE0;
}
.TagClassName
{
border-color: #6B4EE0;
}
</style>