Shades of Blue Violet #6931E8
Tints of Blue Violet #6931E8
RGB
CMYK
RGB Variations
Color information
#6931E8 (or 0x6931E8) is known color: Blue Violet. HEX triplet: 69, 31 and E8. RGB value is (105,49,232). Sum of RGB (Red+Green+Blue) = 105+49+232=386 (51% of max value = 765). Red value is 105 (41.41% from 255 or 27.20% from 386); Green value is 49 (19.53% from 255 or 12.69% from 386); Blue value is 232 (91.02% from 255 or 60.10% from 386); Max value from RGB is 232 - color contains mainly: blue. Hex color #6931E8 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6931E8 is #96CE17. Grayscale: #555555. Windows color (decimal): -9883160 or 15217001. OLE color: 15217001.
HSL color Cylindrical-coordinate representation of color #6931E8: hue angle of 258.36º degrees, saturation: 0.8, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6931E8 is Cyan = 0.55, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 105 | 49 | 232 | - |
| CMYK | 0.55 | 0.79 | 0 | 0.09 |
| HSL | 258.36º | 0.8% | 0.55% | - |
| HSV(B) | 258.36º | 0.79% | 0.91% | - |
| XYZ | 21.49 | 11.03 | 77.34 | - |
| YUV | 86.61 | 210.05 | 141.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 49 | 232 | 0.55 | 0.79 | 0 | 0.09 | 258.36 | 0.8 | 0.55 |
| Hex | 69 | 31 | E8 | 37 | 4F | 0 | 9 | 102 | 50 | 37 |
| Octal | 151 | 61 | 350 | 67 | 117 | 0 | 11 | 402 | 120 | 67 |
| Binary | 1101001 | 110001 | 11101000 | 110111 | 1001111 | 0 | 1001 | 100000010 | 1010000 | 110111 |
Color Harmonies of #6931E8
Complementary color
Monochromatic Colors of #6931E8
Black with #6931E8
Text Example
Text Example
White with #6931E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6931E8; }
p { color: rgb(105,49,232); }
H1.HeaderClassName
{
color: #6931E8;
}
.AnyTagClassName
{
color: #6931E8;
}
</style>
background-color css
<style>
a { background-color: #6931E8; }
a { background-color: rgb(105,49,232); }
div.DivClassName
{
background-color: #6931E8;
}
.BgClassName
{
background-color: #6931E8;
}
</style>
border-color css
<style>
span { border-color: #6931E8; }
span { border-color: rgb(105,49,232); }
td.TdClassName
{
border-color: #6931E8;
}
.TagClassName
{
border-color: #6931E8;
}
</style>