Shades of Blue Violet #6C34EA
Tints of Blue Violet #6C34EA
RGB
CMYK
RGB Variations
Color information
#6C34EA (or 0x6C34EA) is known color: Blue Violet. HEX triplet: 6C, 34 and EA. RGB value is (108,52,234). Sum of RGB (Red+Green+Blue) = 108+52+234=394 (52% of max value = 765). Red value is 108 (42.58% from 255 or 27.41% from 394); Green value is 52 (20.70% from 255 or 13.20% from 394); Blue value is 234 (91.80% from 255 or 59.39% from 394); Max value from RGB is 234 - color contains mainly: blue. Hex color #6C34EA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6C34EA is #93CB15. Grayscale: #585858. Windows color (decimal): -9685782 or 15348844. OLE color: 15348844.
HSL color Cylindrical-coordinate representation of color #6C34EA: hue angle of 258.46º 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 #6C34EA is Cyan = 0.54, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 108 | 52 | 234 | - |
| CMYK | 0.54 | 0.78 | 0 | 0.08 |
| HSL | 258.46º | 0.81% | 0.56% | - |
| HSV(B) | 258.46º | 0.78% | 0.92% | - |
| XYZ | 22.26 | 11.58 | 78.9 | - |
| YUV | 89.49 | 209.55 | 141.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 52 | 234 | 0.54 | 0.78 | 0 | 0.08 | 258.46 | 0.81 | 0.56 |
| Hex | 6C | 34 | EA | 36 | 4E | 0 | 8 | 102 | 51 | 38 |
| Octal | 154 | 64 | 352 | 66 | 116 | 0 | 10 | 402 | 121 | 70 |
| Binary | 1101100 | 110100 | 11101010 | 110110 | 1001110 | 0 | 1000 | 100000010 | 1010001 | 111000 |
Color Harmonies of #6C34EA
Complementary color
Monochromatic Colors of #6C34EA
Black with #6C34EA
Text Example
Text Example
White with #6C34EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C34EA; }
p { color: rgb(108,52,234); }
H1.HeaderClassName
{
color: #6C34EA;
}
.AnyTagClassName
{
color: #6C34EA;
}
</style>
background-color css
<style>
a { background-color: #6C34EA; }
a { background-color: rgb(108,52,234); }
div.DivClassName
{
background-color: #6C34EA;
}
.BgClassName
{
background-color: #6C34EA;
}
</style>
border-color css
<style>
span { border-color: #6C34EA; }
span { border-color: rgb(108,52,234); }
td.TdClassName
{
border-color: #6C34EA;
}
.TagClassName
{
border-color: #6C34EA;
}
</style>