Shades of Blue Violet #6C33EF
Tints of Blue Violet #6C33EF
RGB
CMYK
RGB Variations
Color information
#6C33EF (or 0x6C33EF) is known color: Blue Violet. HEX triplet: 6C, 33 and EF. RGB value is (108,51,239). Sum of RGB (Red+Green+Blue) = 108+51+239=398 (52% of max value = 765). Red value is 108 (42.58% from 255 or 27.14% from 398); Green value is 51 (20.31% from 255 or 12.81% from 398); Blue value is 239 (93.75% from 255 or 60.05% from 398); Max value from RGB is 239 - color contains mainly: blue. Hex color #6C33EF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6C33EF is #93CC10. Grayscale: #585858. Windows color (decimal): -9686033 or 15676268. OLE color: 15676268.
HSL color Cylindrical-coordinate representation of color #6C33EF: hue angle of 258.19º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6C33EF is Cyan = 0.55, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 108 | 51 | 239 | - |
| CMYK | 0.55 | 0.79 | 0 | 0.06 |
| HSL | 258.19º | 0.85% | 0.57% | - |
| HSV(B) | 258.19º | 0.79% | 0.94% | - |
| XYZ | 22.95 | 11.79 | 82.73 | - |
| YUV | 89.48 | 212.38 | 141.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 51 | 239 | 0.55 | 0.79 | 0 | 0.06 | 258.19 | 0.85 | 0.57 |
| Hex | 6C | 33 | EF | 37 | 4F | 0 | 6 | 102 | 55 | 39 |
| Octal | 154 | 63 | 357 | 67 | 117 | 0 | 6 | 402 | 125 | 71 |
| Binary | 1101100 | 110011 | 11101111 | 110111 | 1001111 | 0 | 110 | 100000010 | 1010101 | 111001 |
Color Harmonies of #6C33EF
Complementary color
Monochromatic Colors of #6C33EF
Black with #6C33EF
Text Example
Text Example
White with #6C33EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C33EF; }
p { color: rgb(108,51,239); }
H1.HeaderClassName
{
color: #6C33EF;
}
.AnyTagClassName
{
color: #6C33EF;
}
</style>
background-color css
<style>
a { background-color: #6C33EF; }
a { background-color: rgb(108,51,239); }
div.DivClassName
{
background-color: #6C33EF;
}
.BgClassName
{
background-color: #6C33EF;
}
</style>
border-color css
<style>
span { border-color: #6C33EF; }
span { border-color: rgb(108,51,239); }
td.TdClassName
{
border-color: #6C33EF;
}
.TagClassName
{
border-color: #6C33EF;
}
</style>