Shades of Slate Blue #6947ED
Tints of Slate Blue #6947ED
RGB
CMYK
RGB Variations
Color information
#6947ED (or 0x6947ED) is known color: Slate Blue. HEX triplet: 69, 47 and ED. RGB value is (105,71,237). Sum of RGB (Red+Green+Blue) = 105+71+237=413 (54% of max value = 765). Red value is 105 (41.41% from 255 or 25.42% from 413); Green value is 71 (28.12% from 255 or 17.19% from 413); Blue value is 237 (92.97% from 255 or 57.38% from 413); Max value from RGB is 237 - color contains mainly: blue. Hex color #6947ED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6947ED is #96B812. Grayscale: #636363. Windows color (decimal): -9877523 or 15550313. OLE color: 15550313.
HSL color Cylindrical-coordinate representation of color #6947ED: hue angle of 252.29º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6947ED is Cyan = 0.56, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 105 | 71 | 237 | - |
| CMYK | 0.56 | 0.70 | 0 | 0.07 |
| HSL | 252.29º | 0.82% | 0.6% | - |
| HSV(B) | 252.29º | 0.7% | 0.93% | - |
| XYZ | 23.37 | 13.62 | 81.52 | - |
| YUV | 100.09 | 205.26 | 131.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 71 | 237 | 0.56 | 0.70 | 0 | 0.07 | 252.29 | 0.82 | 0.6 |
| Hex | 69 | 47 | ED | 38 | 46 | 0 | 7 | FC | 52 | 3C |
| Octal | 151 | 107 | 355 | 70 | 106 | 0 | 7 | 374 | 122 | 74 |
| Binary | 1101001 | 1000111 | 11101101 | 111000 | 1000110 | 0 | 111 | 11111100 | 1010010 | 111100 |
Color Harmonies of #6947ED
Complementary color
Monochromatic Colors of #6947ED
Black with #6947ED
Text Example
Text Example
White with #6947ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6947ED; }
p { color: rgb(105,71,237); }
H1.HeaderClassName
{
color: #6947ED;
}
.AnyTagClassName
{
color: #6947ED;
}
</style>
background-color css
<style>
a { background-color: #6947ED; }
a { background-color: rgb(105,71,237); }
div.DivClassName
{
background-color: #6947ED;
}
.BgClassName
{
background-color: #6947ED;
}
</style>
border-color css
<style>
span { border-color: #6947ED; }
span { border-color: rgb(105,71,237); }
td.TdClassName
{
border-color: #6947ED;
}
.TagClassName
{
border-color: #6947ED;
}
</style>