Shades of Blue Violet #6D25EB
Tints of Blue Violet #6D25EB
RGB
CMYK
RGB Variations
Color information
#6D25EB (or 0x6D25EB) is known color: Blue Violet. HEX triplet: 6D, 25 and EB. RGB value is (109,37,235). Sum of RGB (Red+Green+Blue) = 109+37+235=381 (50% of max value = 765). Red value is 109 (42.97% from 255 or 28.61% from 381); Green value is 37 (14.84% from 255 or 9.71% from 381); Blue value is 235 (92.19% from 255 or 61.68% from 381); Max value from RGB is 235 - color contains mainly: blue. Hex color #6D25EB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6D25EB is #92DA14. Grayscale: #505050. Windows color (decimal): -9624085 or 15410541. OLE color: 15410541.
HSL color Cylindrical-coordinate representation of color #6D25EB: hue angle of 261.82º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6D25EB is Cyan = 0.54, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 109 | 37 | 235 | - |
| CMYK | 0.54 | 0.84 | 0 | 0.08 |
| HSL | 261.82º | 0.83% | 0.53% | - |
| HSV(B) | 261.82º | 0.84% | 0.92% | - |
| XYZ | 21.96 | 10.57 | 79.48 | - |
| YUV | 81.1 | 214.85 | 147.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 37 | 235 | 0.54 | 0.84 | 0 | 0.08 | 261.82 | 0.83 | 0.53 |
| Hex | 6D | 25 | EB | 36 | 54 | 0 | 8 | 106 | 53 | 35 |
| Octal | 155 | 45 | 353 | 66 | 124 | 0 | 10 | 406 | 123 | 65 |
| Binary | 1101101 | 100101 | 11101011 | 110110 | 1010100 | 0 | 1000 | 100000110 | 1010011 | 110101 |
Color Harmonies of #6D25EB
Complementary color
Monochromatic Colors of #6D25EB
Black with #6D25EB
Text Example
Text Example
White with #6D25EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D25EB; }
p { color: rgb(109,37,235); }
H1.HeaderClassName
{
color: #6D25EB;
}
.AnyTagClassName
{
color: #6D25EB;
}
</style>
background-color css
<style>
a { background-color: #6D25EB; }
a { background-color: rgb(109,37,235); }
div.DivClassName
{
background-color: #6D25EB;
}
.BgClassName
{
background-color: #6D25EB;
}
</style>
border-color css
<style>
span { border-color: #6D25EB; }
span { border-color: rgb(109,37,235); }
td.TdClassName
{
border-color: #6D25EB;
}
.TagClassName
{
border-color: #6D25EB;
}
</style>