Shades of Slate Blue #6B4EC4
Tints of Slate Blue #6B4EC4
RGB
CMYK
RGB Variations
Color information
#6B4EC4 (or 0x6B4EC4) is known color: Slate Blue. HEX triplet: 6B, 4E and C4. RGB value is (107,78,196). Sum of RGB (Red+Green+Blue) = 107+78+196=381 (50% of max value = 765). Red value is 107 (42.19% from 255 or 28.08% from 381); Green value is 78 (30.86% from 255 or 20.47% from 381); Blue value is 196 (76.95% from 255 or 51.44% from 381); Max value from RGB is 196 - color contains mainly: blue. Hex color #6B4EC4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6B4EC4 is #94B13B. Grayscale: #636363. Windows color (decimal): -9744700 or 12865131. OLE color: 12865131.
HSL color Cylindrical-coordinate representation of color #6B4EC4: hue angle of 254.75º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6B4EC4 is Cyan = 0.45, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 107 | 78 | 196 | - |
| CMYK | 0.45 | 0.60 | 0 | 0.23 |
| HSL | 254.75º | 0.5% | 0.54% | - |
| HSV(B) | 254.75º | 0.6% | 0.77% | - |
| XYZ | 18.75 | 12.56 | 53.66 | - |
| YUV | 100.12 | 182.11 | 132.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 78 | 196 | 0.45 | 0.60 | 0 | 0.23 | 254.75 | 0.5 | 0.54 |
| Hex | 6B | 4E | C4 | 2D | 3C | 0 | 17 | FF | 32 | 36 |
| Octal | 153 | 116 | 304 | 55 | 74 | 0 | 27 | 377 | 62 | 66 |
| Binary | 1101011 | 1001110 | 11000100 | 101101 | 111100 | 0 | 10111 | 11111111 | 110010 | 110110 |
Color Harmonies of #6B4EC4
Complementary color
Monochromatic Colors of #6B4EC4
Black with #6B4EC4
Text Example
Text Example
White with #6B4EC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B4EC4; }
p { color: rgb(107,78,196); }
H1.HeaderClassName
{
color: #6B4EC4;
}
.AnyTagClassName
{
color: #6B4EC4;
}
</style>
background-color css
<style>
a { background-color: #6B4EC4; }
a { background-color: rgb(107,78,196); }
div.DivClassName
{
background-color: #6B4EC4;
}
.BgClassName
{
background-color: #6B4EC4;
}
</style>
border-color css
<style>
span { border-color: #6B4EC4; }
span { border-color: rgb(107,78,196); }
td.TdClassName
{
border-color: #6B4EC4;
}
.TagClassName
{
border-color: #6B4EC4;
}
</style>