Shades of Slate Blue #6B46DD
Tints of Slate Blue #6B46DD
RGB
CMYK
RGB Variations
Color information
#6B46DD (or 0x6B46DD) is known color: Slate Blue. HEX triplet: 6B, 46 and DD. RGB value is (107,70,221). Sum of RGB (Red+Green+Blue) = 107+70+221=398 (52% of max value = 765). Red value is 107 (42.19% from 255 or 26.88% from 398); Green value is 70 (27.73% from 255 or 17.59% from 398); Blue value is 221 (86.72% from 255 or 55.53% from 398); Max value from RGB is 221 - color contains mainly: blue. Hex color #6B46DD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6B46DD is #94B922. Grayscale: #616161. Windows color (decimal): -9746723 or 14501483. OLE color: 14501483.
HSL color Cylindrical-coordinate representation of color #6B46DD: hue angle of 254.7º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6B46DD is Cyan = 0.52, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 107 | 70 | 221 | - |
| CMYK | 0.52 | 0.68 | 0 | 0.13 |
| HSL | 254.7º | 0.69% | 0.57% | - |
| HSV(B) | 254.7º | 0.68% | 0.87% | - |
| XYZ | 21.3 | 12.73 | 69.74 | - |
| YUV | 98.28 | 197.26 | 134.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 70 | 221 | 0.52 | 0.68 | 0 | 0.13 | 254.7 | 0.69 | 0.57 |
| Hex | 6B | 46 | DD | 34 | 44 | 0 | D | FF | 45 | 39 |
| Octal | 153 | 106 | 335 | 64 | 104 | 0 | 15 | 377 | 105 | 71 |
| Binary | 1101011 | 1000110 | 11011101 | 110100 | 1000100 | 0 | 1101 | 11111111 | 1000101 | 111001 |
Color Harmonies of #6B46DD
Complementary color
Monochromatic Colors of #6B46DD
Black with #6B46DD
Text Example
Text Example
White with #6B46DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B46DD; }
p { color: rgb(107,70,221); }
H1.HeaderClassName
{
color: #6B46DD;
}
.AnyTagClassName
{
color: #6B46DD;
}
</style>
background-color css
<style>
a { background-color: #6B46DD; }
a { background-color: rgb(107,70,221); }
div.DivClassName
{
background-color: #6B46DD;
}
.BgClassName
{
background-color: #6B46DD;
}
</style>
border-color css
<style>
span { border-color: #6B46DD; }
span { border-color: rgb(107,70,221); }
td.TdClassName
{
border-color: #6B46DD;
}
.TagClassName
{
border-color: #6B46DD;
}
</style>