Shades of Blue Violet #6C36ED
Tints of Blue Violet #6C36ED
RGB
CMYK
RGB Variations
Color information
#6C36ED (or 0x6C36ED) is known color: Blue Violet. HEX triplet: 6C, 36 and ED. RGB value is (108,54,237). Sum of RGB (Red+Green+Blue) = 108+54+237=399 (52% of max value = 765). Red value is 108 (42.58% from 255 or 27.07% from 399); Green value is 54 (21.48% from 255 or 13.53% from 399); Blue value is 237 (92.97% from 255 or 59.40% from 399); Max value from RGB is 237 - color contains mainly: blue. Hex color #6C36ED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6C36ED is #93C912. Grayscale: #5A5A5A. Windows color (decimal): -9685267 or 15545964. OLE color: 15545964.
HSL color Cylindrical-coordinate representation of color #6C36ED: hue angle of 257.7º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6C36ED is Cyan = 0.54, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 108 | 54 | 237 | - |
| CMYK | 0.54 | 0.77 | 0 | 0.07 |
| HSL | 257.7º | 0.84% | 0.57% | - |
| HSV(B) | 257.7º | 0.77% | 0.93% | - |
| XYZ | 22.79 | 11.94 | 81.22 | - |
| YUV | 91.01 | 210.39 | 140.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 54 | 237 | 0.54 | 0.77 | 0 | 0.07 | 257.7 | 0.84 | 0.57 |
| Hex | 6C | 36 | ED | 36 | 4D | 0 | 7 | 102 | 54 | 39 |
| Octal | 154 | 66 | 355 | 66 | 115 | 0 | 7 | 402 | 124 | 71 |
| Binary | 1101100 | 110110 | 11101101 | 110110 | 1001101 | 0 | 111 | 100000010 | 1010100 | 111001 |
Color Harmonies of #6C36ED
Complementary color
Monochromatic Colors of #6C36ED
Black with #6C36ED
Text Example
Text Example
White with #6C36ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C36ED; }
p { color: rgb(108,54,237); }
H1.HeaderClassName
{
color: #6C36ED;
}
.AnyTagClassName
{
color: #6C36ED;
}
</style>
background-color css
<style>
a { background-color: #6C36ED; }
a { background-color: rgb(108,54,237); }
div.DivClassName
{
background-color: #6C36ED;
}
.BgClassName
{
background-color: #6C36ED;
}
</style>
border-color css
<style>
span { border-color: #6C36ED; }
span { border-color: rgb(108,54,237); }
td.TdClassName
{
border-color: #6C36ED;
}
.TagClassName
{
border-color: #6C36ED;
}
</style>