Shades of Slate Blue #6A5ED7
Tints of Slate Blue #6A5ED7
RGB
CMYK
RGB Variations
Color information
#6A5ED7 (or 0x6A5ED7) is known color: Slate Blue. HEX triplet: 6A, 5E and D7. RGB value is (106,94,215). Sum of RGB (Red+Green+Blue) = 106+94+215=415 (54% of max value = 765). Red value is 106 (41.80% from 255 or 25.54% from 415); Green value is 94 (37.11% from 255 or 22.65% from 415); Blue value is 215 (84.38% from 255 or 51.81% from 415); Max value from RGB is 215 - color contains mainly: blue. Hex color #6A5ED7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6A5ED7 is #95A128. Grayscale: #6E6E6E. Windows color (decimal): -9806121 or 14114410. OLE color: 14114410.
HSL color Cylindrical-coordinate representation of color #6A5ED7: hue angle of 245.95º degrees, saturation: 0.6, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6A5ED7 is Cyan = 0.51, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 106 | 94 | 215 | - |
| CMYK | 0.51 | 0.56 | 0 | 0.16 |
| HSL | 245.95º | 0.6% | 0.61% | - |
| HSV(B) | 245.95º | 0.56% | 0.84% | - |
| XYZ | 22.21 | 15.98 | 66.2 | - |
| YUV | 111.38 | 186.48 | 124.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 94 | 215 | 0.51 | 0.56 | 0 | 0.16 | 245.95 | 0.6 | 0.61 |
| Hex | 6A | 5E | D7 | 33 | 38 | 0 | 10 | F6 | 3C | 3D |
| Octal | 152 | 136 | 327 | 63 | 70 | 0 | 20 | 366 | 74 | 75 |
| Binary | 1101010 | 1011110 | 11010111 | 110011 | 111000 | 0 | 10000 | 11110110 | 111100 | 111101 |
Color Harmonies of #6A5ED7
Complementary color
Monochromatic Colors of #6A5ED7
Black with #6A5ED7
Text Example
Text Example
White with #6A5ED7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A5ED7; }
p { color: rgb(106,94,215); }
H1.HeaderClassName
{
color: #6A5ED7;
}
.AnyTagClassName
{
color: #6A5ED7;
}
</style>
background-color css
<style>
a { background-color: #6A5ED7; }
a { background-color: rgb(106,94,215); }
div.DivClassName
{
background-color: #6A5ED7;
}
.BgClassName
{
background-color: #6A5ED7;
}
</style>
border-color css
<style>
span { border-color: #6A5ED7; }
span { border-color: rgb(106,94,215); }
td.TdClassName
{
border-color: #6A5ED7;
}
.TagClassName
{
border-color: #6A5ED7;
}
</style>