Shades of Slate Blue #6A58CE
Tints of Slate Blue #6A58CE
RGB
CMYK
RGB Variations
Color information
#6A58CE (or 0x6A58CE) is known color: Slate Blue. HEX triplet: 6A, 58 and CE. RGB value is (106,88,206). Sum of RGB (Red+Green+Blue) = 106+88+206=400 (52% of max value = 765). Red value is 106 (41.80% from 255 or 26.5% from 400); Green value is 88 (34.77% from 255 or 22% from 400); Blue value is 206 (80.86% from 255 or 51.5% from 400); Max value from RGB is 206 - color contains mainly: blue. Hex color #6A58CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6A58CE is #95A731. Grayscale: #6A6A6A. Windows color (decimal): -9807666 or 13523050. OLE color: 13523050.
HSL color Cylindrical-coordinate representation of color #6A58CE: hue angle of 249.15º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6A58CE is Cyan = 0.49, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 106 | 88 | 206 | - |
| CMYK | 0.49 | 0.57 | 0 | 0.19 |
| HSL | 249.15º | 0.55% | 0.58% | - |
| HSV(B) | 249.15º | 0.57% | 0.81% | - |
| XYZ | 20.57 | 14.5 | 60.11 | - |
| YUV | 106.83 | 183.96 | 127.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 88 | 206 | 0.49 | 0.57 | 0 | 0.19 | 249.15 | 0.55 | 0.58 |
| Hex | 6A | 58 | CE | 31 | 39 | 0 | 13 | F9 | 37 | 3A |
| Octal | 152 | 130 | 316 | 61 | 71 | 0 | 23 | 371 | 67 | 72 |
| Binary | 1101010 | 1011000 | 11001110 | 110001 | 111001 | 0 | 10011 | 11111001 | 110111 | 111010 |
Color Harmonies of #6A58CE
Complementary color
Monochromatic Colors of #6A58CE
Black with #6A58CE
Text Example
Text Example
White with #6A58CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A58CE; }
p { color: rgb(106,88,206); }
H1.HeaderClassName
{
color: #6A58CE;
}
.AnyTagClassName
{
color: #6A58CE;
}
</style>
background-color css
<style>
a { background-color: #6A58CE; }
a { background-color: rgb(106,88,206); }
div.DivClassName
{
background-color: #6A58CE;
}
.BgClassName
{
background-color: #6A58CE;
}
</style>
border-color css
<style>
span { border-color: #6A58CE; }
span { border-color: rgb(106,88,206); }
td.TdClassName
{
border-color: #6A58CE;
}
.TagClassName
{
border-color: #6A58CE;
}
</style>