Shades of Blue Violet #6A34EA
Tints of Blue Violet #6A34EA
RGB
CMYK
RGB Variations
Color information
#6A34EA (or 0x6A34EA) is known color: Blue Violet. HEX triplet: 6A, 34 and EA. RGB value is (106,52,234). Sum of RGB (Red+Green+Blue) = 106+52+234=392 (51% of max value = 765). Red value is 106 (41.80% from 255 or 27.04% from 392); Green value is 52 (20.70% from 255 or 13.27% from 392); Blue value is 234 (91.80% from 255 or 59.69% from 392); Max value from RGB is 234 - color contains mainly: blue. Hex color #6A34EA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6A34EA is #95CB15. Grayscale: #585858. Windows color (decimal): -9816854 or 15348842. OLE color: 15348842.
HSL color Cylindrical-coordinate representation of color #6A34EA: hue angle of 257.8º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6A34EA is Cyan = 0.55, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 106 | 52 | 234 | - |
| CMYK | 0.55 | 0.78 | 0 | 0.08 |
| HSL | 257.8º | 0.81% | 0.56% | - |
| HSV(B) | 257.8º | 0.78% | 0.92% | - |
| XYZ | 22.02 | 11.46 | 78.89 | - |
| YUV | 88.89 | 209.89 | 140.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 52 | 234 | 0.55 | 0.78 | 0 | 0.08 | 257.8 | 0.81 | 0.56 |
| Hex | 6A | 34 | EA | 37 | 4E | 0 | 8 | 102 | 51 | 38 |
| Octal | 152 | 64 | 352 | 67 | 116 | 0 | 10 | 402 | 121 | 70 |
| Binary | 1101010 | 110100 | 11101010 | 110111 | 1001110 | 0 | 1000 | 100000010 | 1010001 | 111000 |
Color Harmonies of #6A34EA
Complementary color
Monochromatic Colors of #6A34EA
Black with #6A34EA
Text Example
Text Example
White with #6A34EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A34EA; }
p { color: rgb(106,52,234); }
H1.HeaderClassName
{
color: #6A34EA;
}
.AnyTagClassName
{
color: #6A34EA;
}
</style>
background-color css
<style>
a { background-color: #6A34EA; }
a { background-color: rgb(106,52,234); }
div.DivClassName
{
background-color: #6A34EA;
}
.BgClassName
{
background-color: #6A34EA;
}
</style>
border-color css
<style>
span { border-color: #6A34EA; }
span { border-color: rgb(106,52,234); }
td.TdClassName
{
border-color: #6A34EA;
}
.TagClassName
{
border-color: #6A34EA;
}
</style>