Shades of Blue Violet #6D38EF
Tints of Blue Violet #6D38EF
RGB
CMYK
RGB Variations
Color information
#6D38EF (or 0x6D38EF) is known color: Blue Violet. HEX triplet: 6D, 38 and EF. RGB value is (109,56,239). Sum of RGB (Red+Green+Blue) = 109+56+239=404 (53% of max value = 765). Red value is 109 (42.97% from 255 or 26.98% from 404); Green value is 56 (22.27% from 255 or 13.86% from 404); Blue value is 239 (93.75% from 255 or 59.16% from 404); Max value from RGB is 239 - color contains mainly: blue. Hex color #6D38EF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6D38EF is #92C710. Grayscale: #5C5C5C. Windows color (decimal): -9619217 or 15677549. OLE color: 15677549.
HSL color Cylindrical-coordinate representation of color #6D38EF: hue angle of 257.38º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6D38EF is Cyan = 0.54, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 109 | 56 | 239 | - |
| CMYK | 0.54 | 0.77 | 0 | 0.06 |
| HSL | 257.38º | 0.85% | 0.58% | - |
| HSV(B) | 257.38º | 0.77% | 0.94% | - |
| XYZ | 23.3 | 12.31 | 82.81 | - |
| YUV | 92.71 | 210.56 | 139.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 56 | 239 | 0.54 | 0.77 | 0 | 0.06 | 257.38 | 0.85 | 0.58 |
| Hex | 6D | 38 | EF | 36 | 4D | 0 | 6 | 101 | 55 | 3A |
| Octal | 155 | 70 | 357 | 66 | 115 | 0 | 6 | 401 | 125 | 72 |
| Binary | 1101101 | 111000 | 11101111 | 110110 | 1001101 | 0 | 110 | 100000001 | 1010101 | 111010 |
Color Harmonies of #6D38EF
Complementary color
Monochromatic Colors of #6D38EF
Black with #6D38EF
Text Example
Text Example
White with #6D38EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D38EF; }
p { color: rgb(109,56,239); }
H1.HeaderClassName
{
color: #6D38EF;
}
.AnyTagClassName
{
color: #6D38EF;
}
</style>
background-color css
<style>
a { background-color: #6D38EF; }
a { background-color: rgb(109,56,239); }
div.DivClassName
{
background-color: #6D38EF;
}
.BgClassName
{
background-color: #6D38EF;
}
</style>
border-color css
<style>
span { border-color: #6D38EF; }
span { border-color: rgb(109,56,239); }
td.TdClassName
{
border-color: #6D38EF;
}
.TagClassName
{
border-color: #6D38EF;
}
</style>