Shades of Blue Violet #6B25E7
Tints of Blue Violet #6B25E7
RGB
CMYK
RGB Variations
Color information
#6B25E7 (or 0x6B25E7) is known color: Blue Violet. HEX triplet: 6B, 25 and E7. RGB value is (107,37,231). Sum of RGB (Red+Green+Blue) = 107+37+231=375 (49% of max value = 765). Red value is 107 (42.19% from 255 or 28.53% from 375); Green value is 37 (14.84% from 255 or 9.87% from 375); Blue value is 231 (90.62% from 255 or 61.6% from 375); Max value from RGB is 231 - color contains mainly: blue. Hex color #6B25E7 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6B25E7 is #94DA18. Grayscale: #4F4F4F. Windows color (decimal): -9755161 or 15148395. OLE color: 15148395.
HSL color Cylindrical-coordinate representation of color #6B25E7: hue angle of 261.65º degrees, saturation: 0.8, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6B25E7 is Cyan = 0.54, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 107 | 37 | 231 | - |
| CMYK | 0.54 | 0.84 | 0 | 0.09 |
| HSL | 261.65º | 0.8% | 0.53% | - |
| HSV(B) | 261.65º | 0.84% | 0.91% | - |
| XYZ | 21.15 | 10.22 | 76.46 | - |
| YUV | 80.05 | 213.19 | 147.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 37 | 231 | 0.54 | 0.84 | 0 | 0.09 | 261.65 | 0.8 | 0.53 |
| Hex | 6B | 25 | E7 | 36 | 54 | 0 | 9 | 106 | 50 | 35 |
| Octal | 153 | 45 | 347 | 66 | 124 | 0 | 11 | 406 | 120 | 65 |
| Binary | 1101011 | 100101 | 11100111 | 110110 | 1010100 | 0 | 1001 | 100000110 | 1010000 | 110101 |
Color Harmonies of #6B25E7
Complementary color
Monochromatic Colors of #6B25E7
Black with #6B25E7
Text Example
Text Example
White with #6B25E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B25E7; }
p { color: rgb(107,37,231); }
H1.HeaderClassName
{
color: #6B25E7;
}
.AnyTagClassName
{
color: #6B25E7;
}
</style>
background-color css
<style>
a { background-color: #6B25E7; }
a { background-color: rgb(107,37,231); }
div.DivClassName
{
background-color: #6B25E7;
}
.BgClassName
{
background-color: #6B25E7;
}
</style>
border-color css
<style>
span { border-color: #6B25E7; }
span { border-color: rgb(107,37,231); }
td.TdClassName
{
border-color: #6B25E7;
}
.TagClassName
{
border-color: #6B25E7;
}
</style>