Shades of Blue Violet #6E38F3
Tints of Blue Violet #6E38F3
RGB
CMYK
RGB Variations
Color information
#6E38F3 (or 0x6E38F3) is known color: Blue Violet. HEX triplet: 6E, 38 and F3. RGB value is (110,56,243). Sum of RGB (Red+Green+Blue) = 110+56+243=409 (54% of max value = 765). Red value is 110 (43.36% from 255 or 26.89% from 409); Green value is 56 (22.27% from 255 or 13.69% from 409); Blue value is 243 (95.31% from 255 or 59.41% from 409); Max value from RGB is 243 - color contains mainly: blue. Hex color #6E38F3 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6E38F3 is #91C70C. Grayscale: #5C5C5C. Windows color (decimal): -9553677 or 15939694. OLE color: 15939694.
HSL color Cylindrical-coordinate representation of color #6E38F3: hue angle of 257.33º degrees, saturation: 0.89, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6E38F3 is Cyan = 0.55, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 110 | 56 | 243 | - |
| CMYK | 0.55 | 0.77 | 0 | 0.05 |
| HSL | 257.33º | 0.89% | 0.59% | - |
| HSV(B) | 257.33º | 0.77% | 0.95% | - |
| XYZ | 24.02 | 12.61 | 85.96 | - |
| YUV | 93.46 | 212.39 | 139.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 56 | 243 | 0.55 | 0.77 | 0 | 0.05 | 257.33 | 0.89 | 0.59 |
| Hex | 6E | 38 | F3 | 37 | 4D | 0 | 5 | 101 | 59 | 3B |
| Octal | 156 | 70 | 363 | 67 | 115 | 0 | 5 | 401 | 131 | 73 |
| Binary | 1101110 | 111000 | 11110011 | 110111 | 1001101 | 0 | 101 | 100000001 | 1011001 | 111011 |
Color Harmonies of #6E38F3
Complementary color
Monochromatic Colors of #6E38F3
Black with #6E38F3
Text Example
Text Example
White with #6E38F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E38F3; }
p { color: rgb(110,56,243); }
H1.HeaderClassName
{
color: #6E38F3;
}
.AnyTagClassName
{
color: #6E38F3;
}
</style>
background-color css
<style>
a { background-color: #6E38F3; }
a { background-color: rgb(110,56,243); }
div.DivClassName
{
background-color: #6E38F3;
}
.BgClassName
{
background-color: #6E38F3;
}
</style>
border-color css
<style>
span { border-color: #6E38F3; }
span { border-color: rgb(110,56,243); }
td.TdClassName
{
border-color: #6E38F3;
}
.TagClassName
{
border-color: #6E38F3;
}
</style>