Shades of Slate Blue #6A3CE9
Tints of Slate Blue #6A3CE9
RGB
CMYK
RGB Variations
Color information
#6A3CE9 (or 0x6A3CE9) is known color: Slate Blue. HEX triplet: 6A, 3C and E9. RGB value is (106,60,233). Sum of RGB (Red+Green+Blue) = 106+60+233=399 (52% of max value = 765). Red value is 106 (41.80% from 255 or 26.57% from 399); Green value is 60 (23.83% from 255 or 15.04% from 399); Blue value is 233 (91.41% from 255 or 58.40% from 399); Max value from RGB is 233 - color contains mainly: blue. Hex color #6A3CE9 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6A3CE9 is #95C316. Grayscale: #5C5C5C. Windows color (decimal): -9814807 or 15285354. OLE color: 15285354.
HSL color Cylindrical-coordinate representation of color #6A3CE9: hue angle of 255.95º degrees, saturation: 0.8, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6A3CE9 is Cyan = 0.55, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 106 | 60 | 233 | - |
| CMYK | 0.55 | 0.74 | 0 | 0.09 |
| HSL | 255.95º | 0.8% | 0.57% | - |
| HSV(B) | 255.95º | 0.74% | 0.91% | - |
| XYZ | 22.27 | 12.18 | 78.27 | - |
| YUV | 93.48 | 206.74 | 136.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 60 | 233 | 0.55 | 0.74 | 0 | 0.09 | 255.95 | 0.8 | 0.57 |
| Hex | 6A | 3C | E9 | 37 | 4A | 0 | 9 | 100 | 50 | 39 |
| Octal | 152 | 74 | 351 | 67 | 112 | 0 | 11 | 400 | 120 | 71 |
| Binary | 1101010 | 111100 | 11101001 | 110111 | 1001010 | 0 | 1001 | 100000000 | 1010000 | 111001 |
Color Harmonies of #6A3CE9
Complementary color
Monochromatic Colors of #6A3CE9
Black with #6A3CE9
Text Example
Text Example
White with #6A3CE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A3CE9; }
p { color: rgb(106,60,233); }
H1.HeaderClassName
{
color: #6A3CE9;
}
.AnyTagClassName
{
color: #6A3CE9;
}
</style>
background-color css
<style>
a { background-color: #6A3CE9; }
a { background-color: rgb(106,60,233); }
div.DivClassName
{
background-color: #6A3CE9;
}
.BgClassName
{
background-color: #6A3CE9;
}
</style>
border-color css
<style>
span { border-color: #6A3CE9; }
span { border-color: rgb(106,60,233); }
td.TdClassName
{
border-color: #6A3CE9;
}
.TagClassName
{
border-color: #6A3CE9;
}
</style>