Shades of Slate Blue #6B5ECE
Tints of Slate Blue #6B5ECE
RGB
CMYK
RGB Variations
Color information
#6B5ECE (or 0x6B5ECE) is known color: Slate Blue. HEX triplet: 6B, 5E and CE. RGB value is (107,94,206). Sum of RGB (Red+Green+Blue) = 107+94+206=407 (53% of max value = 765). Red value is 107 (42.19% from 255 or 26.29% from 407); Green value is 94 (37.11% from 255 or 23.10% from 407); Blue value is 206 (80.86% from 255 or 50.61% from 407); Max value from RGB is 206 - color contains mainly: blue. Hex color #6B5ECE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6B5ECE is #94A131. Grayscale: #6E6E6E. Windows color (decimal): -9740594 or 13524587. OLE color: 13524587.
HSL color Cylindrical-coordinate representation of color #6B5ECE: hue angle of 246.96º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6B5ECE is Cyan = 0.48, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 107 | 94 | 206 | - |
| CMYK | 0.48 | 0.54 | 0 | 0.19 |
| HSL | 246.96º | 0.53% | 0.59% | - |
| HSV(B) | 246.96º | 0.54% | 0.81% | - |
| XYZ | 21.21 | 15.59 | 60.28 | - |
| YUV | 110.66 | 181.81 | 125.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 94 | 206 | 0.48 | 0.54 | 0 | 0.19 | 246.96 | 0.53 | 0.59 |
| Hex | 6B | 5E | CE | 30 | 36 | 0 | 13 | F7 | 35 | 3B |
| Octal | 153 | 136 | 316 | 60 | 66 | 0 | 23 | 367 | 65 | 73 |
| Binary | 1101011 | 1011110 | 11001110 | 110000 | 110110 | 0 | 10011 | 11110111 | 110101 | 111011 |
Color Harmonies of #6B5ECE
Complementary color
Monochromatic Colors of #6B5ECE
Black with #6B5ECE
Text Example
Text Example
White with #6B5ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B5ECE; }
p { color: rgb(107,94,206); }
H1.HeaderClassName
{
color: #6B5ECE;
}
.AnyTagClassName
{
color: #6B5ECE;
}
</style>
background-color css
<style>
a { background-color: #6B5ECE; }
a { background-color: rgb(107,94,206); }
div.DivClassName
{
background-color: #6B5ECE;
}
.BgClassName
{
background-color: #6B5ECE;
}
</style>
border-color css
<style>
span { border-color: #6B5ECE; }
span { border-color: rgb(107,94,206); }
td.TdClassName
{
border-color: #6B5ECE;
}
.TagClassName
{
border-color: #6B5ECE;
}
</style>