Shades of Blue Violet #6B3CEF
Tints of Blue Violet #6B3CEF
RGB
CMYK
RGB Variations
Color information
#6B3CEF (or 0x6B3CEF) is known color: Blue Violet. HEX triplet: 6B, 3C and EF. RGB value is (107,60,239). Sum of RGB (Red+Green+Blue) = 107+60+239=406 (53% of max value = 765). Red value is 107 (42.19% from 255 or 26.35% from 406); Green value is 60 (23.83% from 255 or 14.78% from 406); Blue value is 239 (93.75% from 255 or 58.87% from 406); Max value from RGB is 239 - color contains mainly: blue. Hex color #6B3CEF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6B3CEF is #94C310. Grayscale: #5D5D5D. Windows color (decimal): -9749265 or 15678571. OLE color: 15678571.
HSL color Cylindrical-coordinate representation of color #6B3CEF: hue angle of 255.75º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6B3CEF is Cyan = 0.55, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 107 | 60 | 239 | - |
| CMYK | 0.55 | 0.75 | 0 | 0.06 |
| HSL | 255.75º | 0.85% | 0.59% | - |
| HSV(B) | 255.75º | 0.75% | 0.94% | - |
| XYZ | 23.26 | 12.59 | 82.87 | - |
| YUV | 94.46 | 209.57 | 136.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 60 | 239 | 0.55 | 0.75 | 0 | 0.06 | 255.75 | 0.85 | 0.59 |
| Hex | 6B | 3C | EF | 37 | 4B | 0 | 6 | 100 | 55 | 3B |
| Octal | 153 | 74 | 357 | 67 | 113 | 0 | 6 | 400 | 125 | 73 |
| Binary | 1101011 | 111100 | 11101111 | 110111 | 1001011 | 0 | 110 | 100000000 | 1010101 | 111011 |
Color Harmonies of #6B3CEF
Complementary color
Monochromatic Colors of #6B3CEF
Black with #6B3CEF
Text Example
Text Example
White with #6B3CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B3CEF; }
p { color: rgb(107,60,239); }
H1.HeaderClassName
{
color: #6B3CEF;
}
.AnyTagClassName
{
color: #6B3CEF;
}
</style>
background-color css
<style>
a { background-color: #6B3CEF; }
a { background-color: rgb(107,60,239); }
div.DivClassName
{
background-color: #6B3CEF;
}
.BgClassName
{
background-color: #6B3CEF;
}
</style>
border-color css
<style>
span { border-color: #6B3CEF; }
span { border-color: rgb(107,60,239); }
td.TdClassName
{
border-color: #6B3CEF;
}
.TagClassName
{
border-color: #6B3CEF;
}
</style>