Shades of Slate Blue #6A47CE
Tints of Slate Blue #6A47CE
RGB
CMYK
RGB Variations
Color information
#6A47CE (or 0x6A47CE) is known color: Slate Blue. HEX triplet: 6A, 47 and CE. RGB value is (106,71,206). Sum of RGB (Red+Green+Blue) = 106+71+206=383 (50% of max value = 765). Red value is 106 (41.80% from 255 or 27.68% from 383); Green value is 71 (28.12% from 255 or 18.54% from 383); Blue value is 206 (80.86% from 255 or 53.79% from 383); Max value from RGB is 206 - color contains mainly: blue. Hex color #6A47CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6A47CE is #95B831. Grayscale: #606060. Windows color (decimal): -9812018 or 13518698. OLE color: 13518698.
HSL color Cylindrical-coordinate representation of color #6A47CE: hue angle of 255.56º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6A47CE is Cyan = 0.49, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 106 | 71 | 206 | - |
| CMYK | 0.49 | 0.66 | 0 | 0.19 |
| HSL | 255.56º | 0.58% | 0.54% | - |
| HSV(B) | 255.56º | 0.66% | 0.81% | - |
| XYZ | 19.34 | 12.03 | 59.69 | - |
| YUV | 96.86 | 189.6 | 134.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 71 | 206 | 0.49 | 0.66 | 0 | 0.19 | 255.56 | 0.58 | 0.54 |
| Hex | 6A | 47 | CE | 31 | 42 | 0 | 13 | 100 | 3A | 36 |
| Octal | 152 | 107 | 316 | 61 | 102 | 0 | 23 | 400 | 72 | 66 |
| Binary | 1101010 | 1000111 | 11001110 | 110001 | 1000010 | 0 | 10011 | 100000000 | 111010 | 110110 |
Color Harmonies of #6A47CE
Complementary color
Monochromatic Colors of #6A47CE
Black with #6A47CE
Text Example
Text Example
White with #6A47CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A47CE; }
p { color: rgb(106,71,206); }
H1.HeaderClassName
{
color: #6A47CE;
}
.AnyTagClassName
{
color: #6A47CE;
}
</style>
background-color css
<style>
a { background-color: #6A47CE; }
a { background-color: rgb(106,71,206); }
div.DivClassName
{
background-color: #6A47CE;
}
.BgClassName
{
background-color: #6A47CE;
}
</style>
border-color css
<style>
span { border-color: #6A47CE; }
span { border-color: rgb(106,71,206); }
td.TdClassName
{
border-color: #6A47CE;
}
.TagClassName
{
border-color: #6A47CE;
}
</style>