Shades of Slate Blue #6A42D5
Tints of Slate Blue #6A42D5
RGB
CMYK
RGB Variations
Color information
#6A42D5 (or 0x6A42D5) is known color: Slate Blue. HEX triplet: 6A, 42 and D5. RGB value is (106,66,213). Sum of RGB (Red+Green+Blue) = 106+66+213=385 (50% of max value = 765). Red value is 106 (41.80% from 255 or 27.53% from 385); Green value is 66 (26.17% from 255 or 17.14% from 385); Blue value is 213 (83.59% from 255 or 55.32% from 385); Max value from RGB is 213 - color contains mainly: blue. Hex color #6A42D5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6A42D5 is #95BD2A. Grayscale: #5E5E5E. Windows color (decimal): -9813291 or 13976170. OLE color: 13976170.
HSL color Cylindrical-coordinate representation of color #6A42D5: hue angle of 256.33º 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 #6A42D5 is Cyan = 0.50, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 106 | 66 | 213 | - |
| CMYK | 0.50 | 0.69 | 0 | 0.16 |
| HSL | 256.33º | 0.64% | 0.55% | - |
| HSV(B) | 256.33º | 0.69% | 0.84% | - |
| XYZ | 19.9 | 11.76 | 64.17 | - |
| YUV | 94.72 | 194.75 | 136.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 66 | 213 | 0.50 | 0.69 | 0 | 0.16 | 256.33 | 0.64 | 0.55 |
| Hex | 6A | 42 | D5 | 32 | 45 | 0 | 10 | 100 | 40 | 37 |
| Octal | 152 | 102 | 325 | 62 | 105 | 0 | 20 | 400 | 100 | 67 |
| Binary | 1101010 | 1000010 | 11010101 | 110010 | 1000101 | 0 | 10000 | 100000000 | 1000000 | 110111 |
Color Harmonies of #6A42D5
Complementary color
Monochromatic Colors of #6A42D5
Black with #6A42D5
Text Example
Text Example
White with #6A42D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A42D5; }
p { color: rgb(106,66,213); }
H1.HeaderClassName
{
color: #6A42D5;
}
.AnyTagClassName
{
color: #6A42D5;
}
</style>
background-color css
<style>
a { background-color: #6A42D5; }
a { background-color: rgb(106,66,213); }
div.DivClassName
{
background-color: #6A42D5;
}
.BgClassName
{
background-color: #6A42D5;
}
</style>
border-color css
<style>
span { border-color: #6A42D5; }
span { border-color: rgb(106,66,213); }
td.TdClassName
{
border-color: #6A42D5;
}
.TagClassName
{
border-color: #6A42D5;
}
</style>