Shades of Blue Violet #6B3DEC
Tints of Blue Violet #6B3DEC
RGB
CMYK
RGB Variations
Color information
#6B3DEC (or 0x6B3DEC) is known color: Blue Violet. HEX triplet: 6B, 3D and EC. RGB value is (107,61,236). Sum of RGB (Red+Green+Blue) = 107+61+236=404 (53% of max value = 765). Red value is 107 (42.19% from 255 or 26.49% from 404); Green value is 61 (24.22% from 255 or 15.10% from 404); Blue value is 236 (92.58% from 255 or 58.42% from 404); Max value from RGB is 236 - color contains mainly: blue. Hex color #6B3DEC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6B3DEC is #94C213. Grayscale: #5E5E5E. Windows color (decimal): -9749012 or 15482219. OLE color: 15482219.
HSL color Cylindrical-coordinate representation of color #6B3DEC: hue angle of 255.77º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6B3DEC is Cyan = 0.55, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 107 | 61 | 236 | - |
| CMYK | 0.55 | 0.74 | 0 | 0.07 |
| HSL | 255.77º | 0.82% | 0.58% | - |
| HSV(B) | 255.77º | 0.74% | 0.93% | - |
| XYZ | 22.87 | 12.52 | 80.57 | - |
| YUV | 94.7 | 207.74 | 136.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 61 | 236 | 0.55 | 0.74 | 0 | 0.07 | 255.77 | 0.82 | 0.58 |
| Hex | 6B | 3D | EC | 37 | 4A | 0 | 7 | 100 | 52 | 3A |
| Octal | 153 | 75 | 354 | 67 | 112 | 0 | 7 | 400 | 122 | 72 |
| Binary | 1101011 | 111101 | 11101100 | 110111 | 1001010 | 0 | 111 | 100000000 | 1010010 | 111010 |
Color Harmonies of #6B3DEC
Complementary color
Monochromatic Colors of #6B3DEC
Black with #6B3DEC
Text Example
Text Example
White with #6B3DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B3DEC; }
p { color: rgb(107,61,236); }
H1.HeaderClassName
{
color: #6B3DEC;
}
.AnyTagClassName
{
color: #6B3DEC;
}
</style>
background-color css
<style>
a { background-color: #6B3DEC; }
a { background-color: rgb(107,61,236); }
div.DivClassName
{
background-color: #6B3DEC;
}
.BgClassName
{
background-color: #6B3DEC;
}
</style>
border-color css
<style>
span { border-color: #6B3DEC; }
span { border-color: rgb(107,61,236); }
td.TdClassName
{
border-color: #6B3DEC;
}
.TagClassName
{
border-color: #6B3DEC;
}
</style>