Shades of Slate Blue #6A47D3
Tints of Slate Blue #6A47D3
RGB
CMYK
RGB Variations
Color information
#6A47D3 (or 0x6A47D3) is known color: Slate Blue. HEX triplet: 6A, 47 and D3. RGB value is (106,71,211). Sum of RGB (Red+Green+Blue) = 106+71+211=388 (51% of max value = 765). Red value is 106 (41.80% from 255 or 27.32% from 388); Green value is 71 (28.12% from 255 or 18.30% from 388); Blue value is 211 (82.81% from 255 or 54.38% from 388); Max value from RGB is 211 - color contains mainly: blue. Hex color #6A47D3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6A47D3 is #95B82C. Grayscale: #606060. Windows color (decimal): -9812013 or 13846378. OLE color: 13846378.
HSL color Cylindrical-coordinate representation of color #6A47D3: hue angle of 255º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6A47D3 is Cyan = 0.50, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 106 | 71 | 211 | - |
| CMYK | 0.50 | 0.66 | 0 | 0.17 |
| HSL | 255º | 0.61% | 0.55% | - |
| HSV(B) | 255º | 0.66% | 0.83% | - |
| XYZ | 19.95 | 12.27 | 62.95 | - |
| YUV | 97.43 | 192.1 | 134.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 71 | 211 | 0.50 | 0.66 | 0 | 0.17 | 255 | 0.61 | 0.55 |
| Hex | 6A | 47 | D3 | 32 | 42 | 0 | 11 | FF | 3D | 37 |
| Octal | 152 | 107 | 323 | 62 | 102 | 0 | 21 | 377 | 75 | 67 |
| Binary | 1101010 | 1000111 | 11010011 | 110010 | 1000010 | 0 | 10001 | 11111111 | 111101 | 110111 |
Color Harmonies of #6A47D3
Complementary color
Monochromatic Colors of #6A47D3
Black with #6A47D3
Text Example
Text Example
White with #6A47D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A47D3; }
p { color: rgb(106,71,211); }
H1.HeaderClassName
{
color: #6A47D3;
}
.AnyTagClassName
{
color: #6A47D3;
}
</style>
background-color css
<style>
a { background-color: #6A47D3; }
a { background-color: rgb(106,71,211); }
div.DivClassName
{
background-color: #6A47D3;
}
.BgClassName
{
background-color: #6A47D3;
}
</style>
border-color css
<style>
span { border-color: #6A47D3; }
span { border-color: rgb(106,71,211); }
td.TdClassName
{
border-color: #6A47D3;
}
.TagClassName
{
border-color: #6A47D3;
}
</style>