Shades of Blue Violet #6C2FEE
Tints of Blue Violet #6C2FEE
RGB
CMYK
RGB Variations
Color information
#6C2FEE (or 0x6C2FEE) is known color: Blue Violet. HEX triplet: 6C, 2F and EE. RGB value is (108,47,238). Sum of RGB (Red+Green+Blue) = 108+47+238=393 (52% of max value = 765). Red value is 108 (42.58% from 255 or 27.48% from 393); Green value is 47 (18.75% from 255 or 11.96% from 393); Blue value is 238 (93.36% from 255 or 60.56% from 393); Max value from RGB is 238 - color contains mainly: blue. Hex color #6C2FEE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6C2FEE is #93D011. Grayscale: #565656. Windows color (decimal): -9687058 or 15609708. OLE color: 15609708.
HSL color Cylindrical-coordinate representation of color #6C2FEE: hue angle of 259.16º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6C2FEE is Cyan = 0.55, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 108 | 47 | 238 | - |
| CMYK | 0.55 | 0.80 | 0 | 0.07 |
| HSL | 259.16º | 0.85% | 0.56% | - |
| HSV(B) | 259.16º | 0.8% | 0.93% | - |
| XYZ | 22.63 | 11.39 | 81.9 | - |
| YUV | 87.01 | 213.21 | 142.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 47 | 238 | 0.55 | 0.80 | 0 | 0.07 | 259.16 | 0.85 | 0.56 |
| Hex | 6C | 2F | EE | 37 | 50 | 0 | 7 | 103 | 55 | 38 |
| Octal | 154 | 57 | 356 | 67 | 120 | 0 | 7 | 403 | 125 | 70 |
| Binary | 1101100 | 101111 | 11101110 | 110111 | 1010000 | 0 | 111 | 100000011 | 1010101 | 111000 |
Color Harmonies of #6C2FEE
Complementary color
Monochromatic Colors of #6C2FEE
Black with #6C2FEE
Text Example
Text Example
White with #6C2FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C2FEE; }
p { color: rgb(108,47,238); }
H1.HeaderClassName
{
color: #6C2FEE;
}
.AnyTagClassName
{
color: #6C2FEE;
}
</style>
background-color css
<style>
a { background-color: #6C2FEE; }
a { background-color: rgb(108,47,238); }
div.DivClassName
{
background-color: #6C2FEE;
}
.BgClassName
{
background-color: #6C2FEE;
}
</style>
border-color css
<style>
span { border-color: #6C2FEE; }
span { border-color: rgb(108,47,238); }
td.TdClassName
{
border-color: #6C2FEE;
}
.TagClassName
{
border-color: #6C2FEE;
}
</style>