Shades of Slate Blue #6A46DE
Tints of Slate Blue #6A46DE
RGB
CMYK
RGB Variations
Color information
#6A46DE (or 0x6A46DE) is known color: Slate Blue. HEX triplet: 6A, 46 and DE. RGB value is (106,70,222). Sum of RGB (Red+Green+Blue) = 106+70+222=398 (52% of max value = 765). Red value is 106 (41.80% from 255 or 26.63% from 398); Green value is 70 (27.73% from 255 or 17.59% from 398); Blue value is 222 (87.11% from 255 or 55.78% from 398); Max value from RGB is 222 - color contains mainly: blue. Hex color #6A46DE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6A46DE is #95B921. Grayscale: #616161. Windows color (decimal): -9812258 or 14567018. OLE color: 14567018.
HSL color Cylindrical-coordinate representation of color #6A46DE: hue angle of 254.21º degrees, saturation: 0.7, 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 #6A46DE is Cyan = 0.52, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 106 | 70 | 222 | - |
| CMYK | 0.52 | 0.68 | 0 | 0.13 |
| HSL | 254.21º | 0.7% | 0.57% | - |
| HSV(B) | 254.21º | 0.68% | 0.87% | - |
| XYZ | 21.32 | 12.72 | 70.44 | - |
| YUV | 98.09 | 197.93 | 133.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 70 | 222 | 0.52 | 0.68 | 0 | 0.13 | 254.21 | 0.7 | 0.57 |
| Hex | 6A | 46 | DE | 34 | 44 | 0 | D | FE | 46 | 39 |
| Octal | 152 | 106 | 336 | 64 | 104 | 0 | 15 | 376 | 106 | 71 |
| Binary | 1101010 | 1000110 | 11011110 | 110100 | 1000100 | 0 | 1101 | 11111110 | 1000110 | 111001 |
Color Harmonies of #6A46DE
Complementary color
Monochromatic Colors of #6A46DE
Black with #6A46DE
Text Example
Text Example
White with #6A46DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A46DE; }
p { color: rgb(106,70,222); }
H1.HeaderClassName
{
color: #6A46DE;
}
.AnyTagClassName
{
color: #6A46DE;
}
</style>
background-color css
<style>
a { background-color: #6A46DE; }
a { background-color: rgb(106,70,222); }
div.DivClassName
{
background-color: #6A46DE;
}
.BgClassName
{
background-color: #6A46DE;
}
</style>
border-color css
<style>
span { border-color: #6A46DE; }
span { border-color: rgb(106,70,222); }
td.TdClassName
{
border-color: #6A46DE;
}
.TagClassName
{
border-color: #6A46DE;
}
</style>