Shades of Blue Violet #6A38EC
Tints of Blue Violet #6A38EC
RGB
CMYK
RGB Variations
Color information
#6A38EC (or 0x6A38EC) is known color: Blue Violet. HEX triplet: 6A, 38 and EC. RGB value is (106,56,236). Sum of RGB (Red+Green+Blue) = 106+56+236=398 (52% of max value = 765). Red value is 106 (41.80% from 255 or 26.63% from 398); Green value is 56 (22.27% from 255 or 14.07% from 398); Blue value is 236 (92.58% from 255 or 59.30% from 398); Max value from RGB is 236 - color contains mainly: blue. Hex color #6A38EC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6A38EC is #95C713. Grayscale: #5A5A5A. Windows color (decimal): -9815828 or 15480938. OLE color: 15480938.
HSL color Cylindrical-coordinate representation of color #6A38EC: hue angle of 256.67º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6A38EC is Cyan = 0.55, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 106 | 56 | 236 | - |
| CMYK | 0.55 | 0.76 | 0 | 0.07 |
| HSL | 256.67º | 0.83% | 0.57% | - |
| HSV(B) | 256.67º | 0.76% | 0.93% | - |
| XYZ | 22.5 | 11.95 | 80.48 | - |
| YUV | 91.47 | 209.57 | 138.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 56 | 236 | 0.55 | 0.76 | 0 | 0.07 | 256.67 | 0.83 | 0.57 |
| Hex | 6A | 38 | EC | 37 | 4C | 0 | 7 | 101 | 53 | 39 |
| Octal | 152 | 70 | 354 | 67 | 114 | 0 | 7 | 401 | 123 | 71 |
| Binary | 1101010 | 111000 | 11101100 | 110111 | 1001100 | 0 | 111 | 100000001 | 1010011 | 111001 |
Color Harmonies of #6A38EC
Complementary color
Monochromatic Colors of #6A38EC
Black with #6A38EC
Text Example
Text Example
White with #6A38EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A38EC; }
p { color: rgb(106,56,236); }
H1.HeaderClassName
{
color: #6A38EC;
}
.AnyTagClassName
{
color: #6A38EC;
}
</style>
background-color css
<style>
a { background-color: #6A38EC; }
a { background-color: rgb(106,56,236); }
div.DivClassName
{
background-color: #6A38EC;
}
.BgClassName
{
background-color: #6A38EC;
}
</style>
border-color css
<style>
span { border-color: #6A38EC; }
span { border-color: rgb(106,56,236); }
td.TdClassName
{
border-color: #6A38EC;
}
.TagClassName
{
border-color: #6A38EC;
}
</style>