Shades of Slate Blue #6B43EC
Tints of Slate Blue #6B43EC
RGB
CMYK
RGB Variations
Color information
#6B43EC (or 0x6B43EC) is known color: Slate Blue. HEX triplet: 6B, 43 and EC. RGB value is (107,67,236). Sum of RGB (Red+Green+Blue) = 107+67+236=410 (54% of max value = 765). Red value is 107 (42.19% from 255 or 26.10% from 410); Green value is 67 (26.56% from 255 or 16.34% from 410); Blue value is 236 (92.58% from 255 or 57.56% from 410); Max value from RGB is 236 - color contains mainly: blue. Hex color #6B43EC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6B43EC is #94BC13. Grayscale: #616161. Windows color (decimal): -9747476 or 15483755. OLE color: 15483755.
HSL color Cylindrical-coordinate representation of color #6B43EC: hue angle of 254.2º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6B43EC is Cyan = 0.55, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 107 | 67 | 236 | - |
| CMYK | 0.55 | 0.72 | 0 | 0.07 |
| HSL | 254.2º | 0.82% | 0.59% | - |
| HSV(B) | 254.2º | 0.72% | 0.93% | - |
| XYZ | 23.21 | 13.2 | 80.68 | - |
| YUV | 98.23 | 205.75 | 134.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 67 | 236 | 0.55 | 0.72 | 0 | 0.07 | 254.2 | 0.82 | 0.59 |
| Hex | 6B | 43 | EC | 37 | 48 | 0 | 7 | FE | 52 | 3B |
| Octal | 153 | 103 | 354 | 67 | 110 | 0 | 7 | 376 | 122 | 73 |
| Binary | 1101011 | 1000011 | 11101100 | 110111 | 1001000 | 0 | 111 | 11111110 | 1010010 | 111011 |
Color Harmonies of #6B43EC
Complementary color
Monochromatic Colors of #6B43EC
Black with #6B43EC
Text Example
Text Example
White with #6B43EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B43EC; }
p { color: rgb(107,67,236); }
H1.HeaderClassName
{
color: #6B43EC;
}
.AnyTagClassName
{
color: #6B43EC;
}
</style>
background-color css
<style>
a { background-color: #6B43EC; }
a { background-color: rgb(107,67,236); }
div.DivClassName
{
background-color: #6B43EC;
}
.BgClassName
{
background-color: #6B43EC;
}
</style>
border-color css
<style>
span { border-color: #6B43EC; }
span { border-color: rgb(107,67,236); }
td.TdClassName
{
border-color: #6B43EC;
}
.TagClassName
{
border-color: #6B43EC;
}
</style>