Shades of Slate Blue #6A53CE
Tints of Slate Blue #6A53CE
RGB
CMYK
RGB Variations
Color information
#6A53CE (or 0x6A53CE) is known color: Slate Blue. HEX triplet: 6A, 53 and CE. RGB value is (106,83,206). Sum of RGB (Red+Green+Blue) = 106+83+206=395 (52% of max value = 765). Red value is 106 (41.80% from 255 or 26.84% from 395); Green value is 83 (32.81% from 255 or 21.01% from 395); Blue value is 206 (80.86% from 255 or 52.15% from 395); Max value from RGB is 206 - color contains mainly: blue. Hex color #6A53CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6A53CE is #95AC31. Grayscale: #676767. Windows color (decimal): -9808946 or 13521770. OLE color: 13521770.
HSL color Cylindrical-coordinate representation of color #6A53CE: hue angle of 251.22º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6A53CE is Cyan = 0.49, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 106 | 83 | 206 | - |
| CMYK | 0.49 | 0.60 | 0 | 0.19 |
| HSL | 251.22º | 0.56% | 0.57% | - |
| HSV(B) | 251.22º | 0.6% | 0.81% | - |
| XYZ | 20.18 | 13.71 | 59.97 | - |
| YUV | 103.9 | 185.62 | 129.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 83 | 206 | 0.49 | 0.60 | 0 | 0.19 | 251.22 | 0.56 | 0.57 |
| Hex | 6A | 53 | CE | 31 | 3C | 0 | 13 | FB | 38 | 39 |
| Octal | 152 | 123 | 316 | 61 | 74 | 0 | 23 | 373 | 70 | 71 |
| Binary | 1101010 | 1010011 | 11001110 | 110001 | 111100 | 0 | 10011 | 11111011 | 111000 | 111001 |
Color Harmonies of #6A53CE
Complementary color
Monochromatic Colors of #6A53CE
Black with #6A53CE
Text Example
Text Example
White with #6A53CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A53CE; }
p { color: rgb(106,83,206); }
H1.HeaderClassName
{
color: #6A53CE;
}
.AnyTagClassName
{
color: #6A53CE;
}
</style>
background-color css
<style>
a { background-color: #6A53CE; }
a { background-color: rgb(106,83,206); }
div.DivClassName
{
background-color: #6A53CE;
}
.BgClassName
{
background-color: #6A53CE;
}
</style>
border-color css
<style>
span { border-color: #6A53CE; }
span { border-color: rgb(106,83,206); }
td.TdClassName
{
border-color: #6A53CE;
}
.TagClassName
{
border-color: #6A53CE;
}
</style>