Shades of Blue Violet #6C38E8
Tints of Blue Violet #6C38E8
RGB
CMYK
RGB Variations
Color information
#6C38E8 (or 0x6C38E8) is known color: Blue Violet. HEX triplet: 6C, 38 and E8. RGB value is (108,56,232). Sum of RGB (Red+Green+Blue) = 108+56+232=396 (52% of max value = 765). Red value is 108 (42.58% from 255 or 27.27% from 396); Green value is 56 (22.27% from 255 or 14.14% from 396); Blue value is 232 (91.02% from 255 or 58.59% from 396); Max value from RGB is 232 - color contains mainly: blue. Hex color #6C38E8 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6C38E8 is #93C717. Grayscale: #5A5A5A. Windows color (decimal): -9684760 or 15218796. OLE color: 15218796.
HSL color Cylindrical-coordinate representation of color #6C38E8: hue angle of 257.73º degrees, saturation: 0.79, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6C38E8 is Cyan = 0.53, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 108 | 56 | 232 | - |
| CMYK | 0.53 | 0.76 | 0 | 0.09 |
| HSL | 257.73º | 0.79% | 0.56% | - |
| HSV(B) | 257.73º | 0.76% | 0.91% | - |
| XYZ | 22.16 | 11.84 | 77.46 | - |
| YUV | 91.61 | 207.23 | 139.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 56 | 232 | 0.53 | 0.76 | 0 | 0.09 | 257.73 | 0.79 | 0.56 |
| Hex | 6C | 38 | E8 | 35 | 4C | 0 | 9 | 102 | 4F | 38 |
| Octal | 154 | 70 | 350 | 65 | 114 | 0 | 11 | 402 | 117 | 70 |
| Binary | 1101100 | 111000 | 11101000 | 110101 | 1001100 | 0 | 1001 | 100000010 | 1001111 | 111000 |
Color Harmonies of #6C38E8
Complementary color
Monochromatic Colors of #6C38E8
Black with #6C38E8
Text Example
Text Example
White with #6C38E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C38E8; }
p { color: rgb(108,56,232); }
H1.HeaderClassName
{
color: #6C38E8;
}
.AnyTagClassName
{
color: #6C38E8;
}
</style>
background-color css
<style>
a { background-color: #6C38E8; }
a { background-color: rgb(108,56,232); }
div.DivClassName
{
background-color: #6C38E8;
}
.BgClassName
{
background-color: #6C38E8;
}
</style>
border-color css
<style>
span { border-color: #6C38E8; }
span { border-color: rgb(108,56,232); }
td.TdClassName
{
border-color: #6C38E8;
}
.TagClassName
{
border-color: #6C38E8;
}
</style>