Shades of Slate Blue #6B5BE0
Tints of Slate Blue #6B5BE0
RGB
CMYK
RGB Variations
Color information
#6B5BE0 (or 0x6B5BE0) is known color: Slate Blue. HEX triplet: 6B, 5B and E0. RGB value is (107,91,224). Sum of RGB (Red+Green+Blue) = 107+91+224=422 (55% of max value = 765). Red value is 107 (42.19% from 255 or 25.36% from 422); Green value is 91 (35.94% from 255 or 21.56% from 422); Blue value is 224 (87.89% from 255 or 53.08% from 422); Max value from RGB is 224 - color contains mainly: blue. Hex color #6B5BE0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6B5BE0 is #94A41F. Grayscale: #6E6E6E. Windows color (decimal): -9741344 or 14703467. OLE color: 14703467.
HSL color Cylindrical-coordinate representation of color #6B5BE0: hue angle of 247.22º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6B5BE0 is Cyan = 0.52, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 107 | 91 | 224 | - |
| CMYK | 0.52 | 0.59 | 0 | 0.12 |
| HSL | 247.22º | 0.68% | 0.62% | - |
| HSV(B) | 247.22º | 0.59% | 0.88% | - |
| XYZ | 23.26 | 15.99 | 72.38 | - |
| YUV | 110.95 | 191.8 | 125.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 91 | 224 | 0.52 | 0.59 | 0 | 0.12 | 247.22 | 0.68 | 0.62 |
| Hex | 6B | 5B | E0 | 34 | 3B | 0 | C | F7 | 44 | 3E |
| Octal | 153 | 133 | 340 | 64 | 73 | 0 | 14 | 367 | 104 | 76 |
| Binary | 1101011 | 1011011 | 11100000 | 110100 | 111011 | 0 | 1100 | 11110111 | 1000100 | 111110 |
Color Harmonies of #6B5BE0
Complementary color
Monochromatic Colors of #6B5BE0
Black with #6B5BE0
Text Example
Text Example
White with #6B5BE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B5BE0; }
p { color: rgb(107,91,224); }
H1.HeaderClassName
{
color: #6B5BE0;
}
.AnyTagClassName
{
color: #6B5BE0;
}
</style>
background-color css
<style>
a { background-color: #6B5BE0; }
a { background-color: rgb(107,91,224); }
div.DivClassName
{
background-color: #6B5BE0;
}
.BgClassName
{
background-color: #6B5BE0;
}
</style>
border-color css
<style>
span { border-color: #6B5BE0; }
span { border-color: rgb(107,91,224); }
td.TdClassName
{
border-color: #6B5BE0;
}
.TagClassName
{
border-color: #6B5BE0;
}
</style>