Shades of Slate Blue #6B42D5
Tints of Slate Blue #6B42D5
RGB
CMYK
RGB Variations
Color information
#6B42D5 (or 0x6B42D5) is known color: Slate Blue. HEX triplet: 6B, 42 and D5. RGB value is (107,66,213). Sum of RGB (Red+Green+Blue) = 107+66+213=386 (51% of max value = 765). Red value is 107 (42.19% from 255 or 27.72% from 386); Green value is 66 (26.17% from 255 or 17.10% from 386); Blue value is 213 (83.59% from 255 or 55.18% from 386); Max value from RGB is 213 - color contains mainly: blue. Hex color #6B42D5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6B42D5 is #94BD2A. Grayscale: #5E5E5E. Windows color (decimal): -9747755 or 13976171. OLE color: 13976171.
HSL color Cylindrical-coordinate representation of color #6B42D5: hue angle of 256.73º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6B42D5 is Cyan = 0.50, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 107 | 66 | 213 | - |
| CMYK | 0.50 | 0.69 | 0 | 0.16 |
| HSL | 256.73º | 0.64% | 0.55% | - |
| HSV(B) | 256.73º | 0.69% | 0.84% | - |
| XYZ | 20.02 | 11.83 | 64.18 | - |
| YUV | 95.02 | 194.58 | 136.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 66 | 213 | 0.50 | 0.69 | 0 | 0.16 | 256.73 | 0.64 | 0.55 |
| Hex | 6B | 42 | D5 | 32 | 45 | 0 | 10 | 101 | 40 | 37 |
| Octal | 153 | 102 | 325 | 62 | 105 | 0 | 20 | 401 | 100 | 67 |
| Binary | 1101011 | 1000010 | 11010101 | 110010 | 1000101 | 0 | 10000 | 100000001 | 1000000 | 110111 |
Color Harmonies of #6B42D5
Complementary color
Monochromatic Colors of #6B42D5
Black with #6B42D5
Text Example
Text Example
White with #6B42D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B42D5; }
p { color: rgb(107,66,213); }
H1.HeaderClassName
{
color: #6B42D5;
}
.AnyTagClassName
{
color: #6B42D5;
}
</style>
background-color css
<style>
a { background-color: #6B42D5; }
a { background-color: rgb(107,66,213); }
div.DivClassName
{
background-color: #6B42D5;
}
.BgClassName
{
background-color: #6B42D5;
}
</style>
border-color css
<style>
span { border-color: #6B42D5; }
span { border-color: rgb(107,66,213); }
td.TdClassName
{
border-color: #6B42D5;
}
.TagClassName
{
border-color: #6B42D5;
}
</style>