Shades of Blue Violet #6A35EC
Tints of Blue Violet #6A35EC
RGB
CMYK
RGB Variations
Color information
#6A35EC (or 0x6A35EC) is known color: Blue Violet. HEX triplet: 6A, 35 and EC. RGB value is (106,53,236). Sum of RGB (Red+Green+Blue) = 106+53+236=395 (52% of max value = 765). Red value is 106 (41.80% from 255 or 26.84% from 395); Green value is 53 (21.09% from 255 or 13.42% from 395); Blue value is 236 (92.58% from 255 or 59.75% from 395); Max value from RGB is 236 - color contains mainly: blue. Hex color #6A35EC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6A35EC is #95CA13. Grayscale: #595959. Windows color (decimal): -9816596 or 15480170. OLE color: 15480170.
HSL color Cylindrical-coordinate representation of color #6A35EC: hue angle of 257.38º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6A35EC is Cyan = 0.55, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 106 | 53 | 236 | - |
| CMYK | 0.55 | 0.78 | 0 | 0.07 |
| HSL | 257.38º | 0.83% | 0.57% | - |
| HSV(B) | 257.38º | 0.78% | 0.93% | - |
| XYZ | 22.36 | 11.67 | 80.43 | - |
| YUV | 89.71 | 210.56 | 139.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 53 | 236 | 0.55 | 0.78 | 0 | 0.07 | 257.38 | 0.83 | 0.57 |
| Hex | 6A | 35 | EC | 37 | 4E | 0 | 7 | 101 | 53 | 39 |
| Octal | 152 | 65 | 354 | 67 | 116 | 0 | 7 | 401 | 123 | 71 |
| Binary | 1101010 | 110101 | 11101100 | 110111 | 1001110 | 0 | 111 | 100000001 | 1010011 | 111001 |
Color Harmonies of #6A35EC
Complementary color
Monochromatic Colors of #6A35EC
Black with #6A35EC
Text Example
Text Example
White with #6A35EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A35EC; }
p { color: rgb(106,53,236); }
H1.HeaderClassName
{
color: #6A35EC;
}
.AnyTagClassName
{
color: #6A35EC;
}
</style>
background-color css
<style>
a { background-color: #6A35EC; }
a { background-color: rgb(106,53,236); }
div.DivClassName
{
background-color: #6A35EC;
}
.BgClassName
{
background-color: #6A35EC;
}
</style>
border-color css
<style>
span { border-color: #6A35EC; }
span { border-color: rgb(106,53,236); }
td.TdClassName
{
border-color: #6A35EC;
}
.TagClassName
{
border-color: #6A35EC;
}
</style>