Shades of Slate Blue #6A54C1
Tints of Slate Blue #6A54C1
RGB
CMYK
RGB Variations
Color information
#6A54C1 (or 0x6A54C1) is known color: Slate Blue. HEX triplet: 6A, 54 and C1. RGB value is (106,84,193). Sum of RGB (Red+Green+Blue) = 106+84+193=383 (50% of max value = 765). Red value is 106 (41.80% from 255 or 27.68% from 383); Green value is 84 (33.20% from 255 or 21.93% from 383); Blue value is 193 (75.78% from 255 or 50.39% from 383); Max value from RGB is 193 - color contains mainly: blue. Hex color #6A54C1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6A54C1 is #95AB3E. Grayscale: #666666. Windows color (decimal): -9808703 or 12670058. OLE color: 12670058.
HSL color Cylindrical-coordinate representation of color #6A54C1: hue angle of 252.11º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6A54C1 is Cyan = 0.45, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 106 | 84 | 193 | - |
| CMYK | 0.45 | 0.56 | 0 | 0.24 |
| HSL | 252.11º | 0.47% | 0.54% | - |
| HSV(B) | 252.11º | 0.56% | 0.76% | - |
| XYZ | 18.74 | 13.26 | 52.02 | - |
| YUV | 103 | 178.79 | 130.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 84 | 193 | 0.45 | 0.56 | 0 | 0.24 | 252.11 | 0.47 | 0.54 |
| Hex | 6A | 54 | C1 | 2D | 38 | 0 | 18 | FC | 2F | 36 |
| Octal | 152 | 124 | 301 | 55 | 70 | 0 | 30 | 374 | 57 | 66 |
| Binary | 1101010 | 1010100 | 11000001 | 101101 | 111000 | 0 | 11000 | 11111100 | 101111 | 110110 |
Color Harmonies of #6A54C1
Complementary color
Monochromatic Colors of #6A54C1
Black with #6A54C1
Text Example
Text Example
White with #6A54C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A54C1; }
p { color: rgb(106,84,193); }
H1.HeaderClassName
{
color: #6A54C1;
}
.AnyTagClassName
{
color: #6A54C1;
}
</style>
background-color css
<style>
a { background-color: #6A54C1; }
a { background-color: rgb(106,84,193); }
div.DivClassName
{
background-color: #6A54C1;
}
.BgClassName
{
background-color: #6A54C1;
}
</style>
border-color css
<style>
span { border-color: #6A54C1; }
span { border-color: rgb(106,84,193); }
td.TdClassName
{
border-color: #6A54C1;
}
.TagClassName
{
border-color: #6A54C1;
}
</style>