Shades of Blue Violet #6A2CE5
Tints of Blue Violet #6A2CE5
RGB
CMYK
RGB Variations
Color information
#6A2CE5 (or 0x6A2CE5) is known color: Blue Violet. HEX triplet: 6A, 2C and E5. RGB value is (106,44,229). Sum of RGB (Red+Green+Blue) = 106+44+229=379 (50% of max value = 765). Red value is 106 (41.80% from 255 or 27.97% from 379); Green value is 44 (17.58% from 255 or 11.61% from 379); Blue value is 229 (89.84% from 255 or 60.42% from 379); Max value from RGB is 229 - color contains mainly: blue. Hex color #6A2CE5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6A2CE5 is #95D31A. Grayscale: #525252. Windows color (decimal): -9818907 or 15019114. OLE color: 15019114.
HSL color Cylindrical-coordinate representation of color #6A2CE5: hue angle of 260.11º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6A2CE5 is Cyan = 0.54, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 106 | 44 | 229 | - |
| CMYK | 0.54 | 0.81 | 0 | 0.10 |
| HSL | 260.11º | 0.78% | 0.54% | - |
| HSV(B) | 260.11º | 0.81% | 0.9% | - |
| XYZ | 20.99 | 10.52 | 75.05 | - |
| YUV | 83.63 | 210.04 | 143.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 44 | 229 | 0.54 | 0.81 | 0 | 0.10 | 260.11 | 0.78 | 0.54 |
| Hex | 6A | 2C | E5 | 36 | 51 | 0 | A | 104 | 4E | 36 |
| Octal | 152 | 54 | 345 | 66 | 121 | 0 | 12 | 404 | 116 | 66 |
| Binary | 1101010 | 101100 | 11100101 | 110110 | 1010001 | 0 | 1010 | 100000100 | 1001110 | 110110 |
Color Harmonies of #6A2CE5
Complementary color
Monochromatic Colors of #6A2CE5
Black with #6A2CE5
Text Example
Text Example
White with #6A2CE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A2CE5; }
p { color: rgb(106,44,229); }
H1.HeaderClassName
{
color: #6A2CE5;
}
.AnyTagClassName
{
color: #6A2CE5;
}
</style>
background-color css
<style>
a { background-color: #6A2CE5; }
a { background-color: rgb(106,44,229); }
div.DivClassName
{
background-color: #6A2CE5;
}
.BgClassName
{
background-color: #6A2CE5;
}
</style>
border-color css
<style>
span { border-color: #6A2CE5; }
span { border-color: rgb(106,44,229); }
td.TdClassName
{
border-color: #6A2CE5;
}
.TagClassName
{
border-color: #6A2CE5;
}
</style>