Shades of Blue Violet #6F25EF
Tints of Blue Violet #6F25EF
RGB
CMYK
RGB Variations
Color information
#6F25EF (or 0x6F25EF) is known color: Blue Violet. HEX triplet: 6F, 25 and EF. RGB value is (111,37,239). Sum of RGB (Red+Green+Blue) = 111+37+239=387 (51% of max value = 765). Red value is 111 (43.75% from 255 or 28.68% from 387); Green value is 37 (14.84% from 255 or 9.56% from 387); Blue value is 239 (93.75% from 255 or 61.76% from 387); Max value from RGB is 239 - color contains mainly: blue. Hex color #6F25EF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6F25EF is #90DA10. Grayscale: #515151. Windows color (decimal): -9493009 or 15672687. OLE color: 15672687.
HSL color Cylindrical-coordinate representation of color #6F25EF: hue angle of 261.98º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6F25EF is Cyan = 0.54, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 111 | 37 | 239 | - |
| CMYK | 0.54 | 0.85 | 0 | 0.06 |
| HSL | 261.98º | 0.86% | 0.54% | - |
| HSV(B) | 261.98º | 0.85% | 0.94% | - |
| XYZ | 22.8 | 10.93 | 82.57 | - |
| YUV | 82.15 | 216.52 | 148.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 37 | 239 | 0.54 | 0.85 | 0 | 0.06 | 261.98 | 0.86 | 0.54 |
| Hex | 6F | 25 | EF | 36 | 55 | 0 | 6 | 106 | 56 | 36 |
| Octal | 157 | 45 | 357 | 66 | 125 | 0 | 6 | 406 | 126 | 66 |
| Binary | 1101111 | 100101 | 11101111 | 110110 | 1010101 | 0 | 110 | 100000110 | 1010110 | 110110 |
Color Harmonies of #6F25EF
Complementary color
Monochromatic Colors of #6F25EF
Black with #6F25EF
Text Example
Text Example
White with #6F25EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F25EF; }
p { color: rgb(111,37,239); }
H1.HeaderClassName
{
color: #6F25EF;
}
.AnyTagClassName
{
color: #6F25EF;
}
</style>
background-color css
<style>
a { background-color: #6F25EF; }
a { background-color: rgb(111,37,239); }
div.DivClassName
{
background-color: #6F25EF;
}
.BgClassName
{
background-color: #6F25EF;
}
</style>
border-color css
<style>
span { border-color: #6F25EF; }
span { border-color: rgb(111,37,239); }
td.TdClassName
{
border-color: #6F25EF;
}
.TagClassName
{
border-color: #6F25EF;
}
</style>