Shades of Blue Violet #6A38EA
Tints of Blue Violet #6A38EA
RGB
CMYK
RGB Variations
Color information
#6A38EA (or 0x6A38EA) is known color: Blue Violet. HEX triplet: 6A, 38 and EA. RGB value is (106,56,234). Sum of RGB (Red+Green+Blue) = 106+56+234=396 (52% of max value = 765). Red value is 106 (41.80% from 255 or 26.77% from 396); Green value is 56 (22.27% from 255 or 14.14% from 396); Blue value is 234 (91.80% from 255 or 59.09% from 396); Max value from RGB is 234 - color contains mainly: blue. Hex color #6A38EA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6A38EA is #95C715. Grayscale: #5A5A5A. Windows color (decimal): -9815830 or 15349866. OLE color: 15349866.
HSL color Cylindrical-coordinate representation of color #6A38EA: hue angle of 256.85º degrees, saturation: 0.81, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6A38EA is Cyan = 0.55, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 106 | 56 | 234 | - |
| CMYK | 0.55 | 0.76 | 0 | 0.08 |
| HSL | 256.85º | 0.81% | 0.57% | - |
| HSV(B) | 256.85º | 0.76% | 0.92% | - |
| XYZ | 22.21 | 11.83 | 78.96 | - |
| YUV | 91.24 | 208.57 | 138.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 56 | 234 | 0.55 | 0.76 | 0 | 0.08 | 256.85 | 0.81 | 0.57 |
| Hex | 6A | 38 | EA | 37 | 4C | 0 | 8 | 101 | 51 | 39 |
| Octal | 152 | 70 | 352 | 67 | 114 | 0 | 10 | 401 | 121 | 71 |
| Binary | 1101010 | 111000 | 11101010 | 110111 | 1001100 | 0 | 1000 | 100000001 | 1010001 | 111001 |
Color Harmonies of #6A38EA
Complementary color
Monochromatic Colors of #6A38EA
Black with #6A38EA
Text Example
Text Example
White with #6A38EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A38EA; }
p { color: rgb(106,56,234); }
H1.HeaderClassName
{
color: #6A38EA;
}
.AnyTagClassName
{
color: #6A38EA;
}
</style>
background-color css
<style>
a { background-color: #6A38EA; }
a { background-color: rgb(106,56,234); }
div.DivClassName
{
background-color: #6A38EA;
}
.BgClassName
{
background-color: #6A38EA;
}
</style>
border-color css
<style>
span { border-color: #6A38EA; }
span { border-color: rgb(106,56,234); }
td.TdClassName
{
border-color: #6A38EA;
}
.TagClassName
{
border-color: #6A38EA;
}
</style>