Shades of Blue Violet #6C34EB
Tints of Blue Violet #6C34EB
RGB
CMYK
RGB Variations
Color information
#6C34EB (or 0x6C34EB) is known color: Blue Violet. HEX triplet: 6C, 34 and EB. RGB value is (108,52,235). Sum of RGB (Red+Green+Blue) = 108+52+235=395 (52% of max value = 765). Red value is 108 (42.58% from 255 or 27.34% from 395); Green value is 52 (20.70% from 255 or 13.16% from 395); Blue value is 235 (92.19% from 255 or 59.49% from 395); Max value from RGB is 235 - color contains mainly: blue. Hex color #6C34EB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6C34EB is #93CB14. Grayscale: #585858. Windows color (decimal): -9685781 or 15414380. OLE color: 15414380.
HSL color Cylindrical-coordinate representation of color #6C34EB: hue angle of 258.36º degrees, saturation: 0.82, 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 #6C34EB is Cyan = 0.54, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 108 | 52 | 235 | - |
| CMYK | 0.54 | 0.78 | 0 | 0.08 |
| HSL | 258.36º | 0.82% | 0.56% | - |
| HSV(B) | 258.36º | 0.78% | 0.92% | - |
| XYZ | 22.41 | 11.64 | 79.66 | - |
| YUV | 89.61 | 210.05 | 141.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 52 | 235 | 0.54 | 0.78 | 0 | 0.08 | 258.36 | 0.82 | 0.56 |
| Hex | 6C | 34 | EB | 36 | 4E | 0 | 8 | 102 | 52 | 38 |
| Octal | 154 | 64 | 353 | 66 | 116 | 0 | 10 | 402 | 122 | 70 |
| Binary | 1101100 | 110100 | 11101011 | 110110 | 1001110 | 0 | 1000 | 100000010 | 1010010 | 111000 |
Color Harmonies of #6C34EB
Complementary color
Monochromatic Colors of #6C34EB
Black with #6C34EB
Text Example
Text Example
White with #6C34EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C34EB; }
p { color: rgb(108,52,235); }
H1.HeaderClassName
{
color: #6C34EB;
}
.AnyTagClassName
{
color: #6C34EB;
}
</style>
background-color css
<style>
a { background-color: #6C34EB; }
a { background-color: rgb(108,52,235); }
div.DivClassName
{
background-color: #6C34EB;
}
.BgClassName
{
background-color: #6C34EB;
}
</style>
border-color css
<style>
span { border-color: #6C34EB; }
span { border-color: rgb(108,52,235); }
td.TdClassName
{
border-color: #6C34EB;
}
.TagClassName
{
border-color: #6C34EB;
}
</style>