Shades of Blue Violet #6B3AEF
Tints of Blue Violet #6B3AEF
RGB
CMYK
RGB Variations
Color information
#6B3AEF (or 0x6B3AEF) is known color: Blue Violet. HEX triplet: 6B, 3A and EF. RGB value is (107,58,239). Sum of RGB (Red+Green+Blue) = 107+58+239=404 (53% of max value = 765). Red value is 107 (42.19% from 255 or 26.49% from 404); Green value is 58 (23.05% from 255 or 14.36% from 404); Blue value is 239 (93.75% from 255 or 59.16% from 404); Max value from RGB is 239 - color contains mainly: blue. Hex color #6B3AEF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6B3AEF is #94C510. Grayscale: #5C5C5C. Windows color (decimal): -9749777 or 15678059. OLE color: 15678059.
HSL color Cylindrical-coordinate representation of color #6B3AEF: hue angle of 256.24º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6B3AEF is Cyan = 0.55, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 107 | 58 | 239 | - |
| CMYK | 0.55 | 0.76 | 0 | 0.06 |
| HSL | 256.24º | 0.85% | 0.58% | - |
| HSV(B) | 256.24º | 0.76% | 0.94% | - |
| XYZ | 23.16 | 12.38 | 82.83 | - |
| YUV | 93.29 | 210.23 | 137.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 58 | 239 | 0.55 | 0.76 | 0 | 0.06 | 256.24 | 0.85 | 0.58 |
| Hex | 6B | 3A | EF | 37 | 4C | 0 | 6 | 100 | 55 | 3A |
| Octal | 153 | 72 | 357 | 67 | 114 | 0 | 6 | 400 | 125 | 72 |
| Binary | 1101011 | 111010 | 11101111 | 110111 | 1001100 | 0 | 110 | 100000000 | 1010101 | 111010 |
Color Harmonies of #6B3AEF
Complementary color
Monochromatic Colors of #6B3AEF
Black with #6B3AEF
Text Example
Text Example
White with #6B3AEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B3AEF; }
p { color: rgb(107,58,239); }
H1.HeaderClassName
{
color: #6B3AEF;
}
.AnyTagClassName
{
color: #6B3AEF;
}
</style>
background-color css
<style>
a { background-color: #6B3AEF; }
a { background-color: rgb(107,58,239); }
div.DivClassName
{
background-color: #6B3AEF;
}
.BgClassName
{
background-color: #6B3AEF;
}
</style>
border-color css
<style>
span { border-color: #6B3AEF; }
span { border-color: rgb(107,58,239); }
td.TdClassName
{
border-color: #6B3AEF;
}
.TagClassName
{
border-color: #6B3AEF;
}
</style>