Shades of Blue Violet #6C34E8
Tints of Blue Violet #6C34E8
RGB
CMYK
RGB Variations
Color information
#6C34E8 (or 0x6C34E8) is known color: Blue Violet. HEX triplet: 6C, 34 and E8. RGB value is (108,52,232). Sum of RGB (Red+Green+Blue) = 108+52+232=392 (51% of max value = 765). Red value is 108 (42.58% from 255 or 27.55% from 392); Green value is 52 (20.70% from 255 or 13.27% from 392); Blue value is 232 (91.02% from 255 or 59.18% from 392); Max value from RGB is 232 - color contains mainly: blue. Hex color #6C34E8 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6C34E8 is #93CB17. Grayscale: #585858. Windows color (decimal): -9685784 or 15217772. OLE color: 15217772.
HSL color Cylindrical-coordinate representation of color #6C34E8: hue angle of 258.67º degrees, saturation: 0.8, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6C34E8 is Cyan = 0.53, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 108 | 52 | 232 | - |
| CMYK | 0.53 | 0.78 | 0 | 0.09 |
| HSL | 258.67º | 0.8% | 0.56% | - |
| HSV(B) | 258.67º | 0.78% | 0.91% | - |
| XYZ | 21.98 | 11.47 | 77.4 | - |
| YUV | 89.26 | 208.55 | 141.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 52 | 232 | 0.53 | 0.78 | 0 | 0.09 | 258.67 | 0.8 | 0.56 |
| Hex | 6C | 34 | E8 | 35 | 4E | 0 | 9 | 103 | 50 | 38 |
| Octal | 154 | 64 | 350 | 65 | 116 | 0 | 11 | 403 | 120 | 70 |
| Binary | 1101100 | 110100 | 11101000 | 110101 | 1001110 | 0 | 1001 | 100000011 | 1010000 | 111000 |
Color Harmonies of #6C34E8
Complementary color
Monochromatic Colors of #6C34E8
Black with #6C34E8
Text Example
Text Example
White with #6C34E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C34E8; }
p { color: rgb(108,52,232); }
H1.HeaderClassName
{
color: #6C34E8;
}
.AnyTagClassName
{
color: #6C34E8;
}
</style>
background-color css
<style>
a { background-color: #6C34E8; }
a { background-color: rgb(108,52,232); }
div.DivClassName
{
background-color: #6C34E8;
}
.BgClassName
{
background-color: #6C34E8;
}
</style>
border-color css
<style>
span { border-color: #6C34E8; }
span { border-color: rgb(108,52,232); }
td.TdClassName
{
border-color: #6C34E8;
}
.TagClassName
{
border-color: #6C34E8;
}
</style>