Shades of Blue Violet #6A36E9
Tints of Blue Violet #6A36E9
RGB
CMYK
RGB Variations
Color information
#6A36E9 (or 0x6A36E9) is known color: Blue Violet. HEX triplet: 6A, 36 and E9. RGB value is (106,54,233). Sum of RGB (Red+Green+Blue) = 106+54+233=393 (52% of max value = 765). Red value is 106 (41.80% from 255 or 26.97% from 393); Green value is 54 (21.48% from 255 or 13.74% from 393); Blue value is 233 (91.41% from 255 or 59.29% from 393); Max value from RGB is 233 - color contains mainly: blue. Hex color #6A36E9 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6A36E9 is #95C916. Grayscale: #595959. Windows color (decimal): -9816343 or 15283818. OLE color: 15283818.
HSL color Cylindrical-coordinate representation of color #6A36E9: hue angle of 257.43º degrees, saturation: 0.8, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6A36E9 is Cyan = 0.55, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 106 | 54 | 233 | - |
| CMYK | 0.55 | 0.77 | 0 | 0.09 |
| HSL | 257.43º | 0.8% | 0.56% | - |
| HSV(B) | 257.43º | 0.77% | 0.91% | - |
| XYZ | 21.97 | 11.59 | 78.17 | - |
| YUV | 89.95 | 208.73 | 139.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 54 | 233 | 0.55 | 0.77 | 0 | 0.09 | 257.43 | 0.8 | 0.56 |
| Hex | 6A | 36 | E9 | 37 | 4D | 0 | 9 | 101 | 50 | 38 |
| Octal | 152 | 66 | 351 | 67 | 115 | 0 | 11 | 401 | 120 | 70 |
| Binary | 1101010 | 110110 | 11101001 | 110111 | 1001101 | 0 | 1001 | 100000001 | 1010000 | 111000 |
Color Harmonies of #6A36E9
Complementary color
Monochromatic Colors of #6A36E9
Black with #6A36E9
Text Example
Text Example
White with #6A36E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A36E9; }
p { color: rgb(106,54,233); }
H1.HeaderClassName
{
color: #6A36E9;
}
.AnyTagClassName
{
color: #6A36E9;
}
</style>
background-color css
<style>
a { background-color: #6A36E9; }
a { background-color: rgb(106,54,233); }
div.DivClassName
{
background-color: #6A36E9;
}
.BgClassName
{
background-color: #6A36E9;
}
</style>
border-color css
<style>
span { border-color: #6A36E9; }
span { border-color: rgb(106,54,233); }
td.TdClassName
{
border-color: #6A36E9;
}
.TagClassName
{
border-color: #6A36E9;
}
</style>