Shades of Blue Violet #6C30ED
Tints of Blue Violet #6C30ED
RGB
CMYK
RGB Variations
Color information
#6C30ED (or 0x6C30ED) is known color: Blue Violet. HEX triplet: 6C, 30 and ED. RGB value is (108,48,237). Sum of RGB (Red+Green+Blue) = 108+48+237=393 (52% of max value = 765). Red value is 108 (42.58% from 255 or 27.48% from 393); Green value is 48 (19.14% from 255 or 12.21% from 393); Blue value is 237 (92.97% from 255 or 60.31% from 393); Max value from RGB is 237 - color contains mainly: blue. Hex color #6C30ED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6C30ED is #93CF12. Grayscale: #565656. Windows color (decimal): -9686803 or 15544428. OLE color: 15544428.
HSL color Cylindrical-coordinate representation of color #6C30ED: hue angle of 259.05º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6C30ED is Cyan = 0.54, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 108 | 48 | 237 | - |
| CMYK | 0.54 | 0.80 | 0 | 0.07 |
| HSL | 259.05º | 0.84% | 0.56% | - |
| HSV(B) | 259.05º | 0.8% | 0.93% | - |
| XYZ | 22.53 | 11.42 | 81.14 | - |
| YUV | 87.49 | 212.38 | 142.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 48 | 237 | 0.54 | 0.80 | 0 | 0.07 | 259.05 | 0.84 | 0.56 |
| Hex | 6C | 30 | ED | 36 | 50 | 0 | 7 | 103 | 54 | 38 |
| Octal | 154 | 60 | 355 | 66 | 120 | 0 | 7 | 403 | 124 | 70 |
| Binary | 1101100 | 110000 | 11101101 | 110110 | 1010000 | 0 | 111 | 100000011 | 1010100 | 111000 |
Color Harmonies of #6C30ED
Complementary color
Monochromatic Colors of #6C30ED
Black with #6C30ED
Text Example
Text Example
White with #6C30ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C30ED; }
p { color: rgb(108,48,237); }
H1.HeaderClassName
{
color: #6C30ED;
}
.AnyTagClassName
{
color: #6C30ED;
}
</style>
background-color css
<style>
a { background-color: #6C30ED; }
a { background-color: rgb(108,48,237); }
div.DivClassName
{
background-color: #6C30ED;
}
.BgClassName
{
background-color: #6C30ED;
}
</style>
border-color css
<style>
span { border-color: #6C30ED; }
span { border-color: rgb(108,48,237); }
td.TdClassName
{
border-color: #6C30ED;
}
.TagClassName
{
border-color: #6C30ED;
}
</style>