Shades of Blue Violet #6C2FE7
Tints of Blue Violet #6C2FE7
RGB
CMYK
RGB Variations
Color information
#6C2FE7 (or 0x6C2FE7) is known color: Blue Violet. HEX triplet: 6C, 2F and E7. RGB value is (108,47,231). Sum of RGB (Red+Green+Blue) = 108+47+231=386 (51% of max value = 765). Red value is 108 (42.58% from 255 or 27.98% from 386); Green value is 47 (18.75% from 255 or 12.18% from 386); Blue value is 231 (90.62% from 255 or 59.84% from 386); Max value from RGB is 231 - color contains mainly: blue. Hex color #6C2FE7 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6C2FE7 is #93D018. Grayscale: #555555. Windows color (decimal): -9687065 or 15150956. OLE color: 15150956.
HSL color Cylindrical-coordinate representation of color #6C2FE7: hue angle of 259.89º degrees, saturation: 0.79, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6C2FE7 is Cyan = 0.53, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 108 | 47 | 231 | - |
| CMYK | 0.53 | 0.80 | 0 | 0.09 |
| HSL | 259.89º | 0.79% | 0.55% | - |
| HSV(B) | 259.89º | 0.8% | 0.91% | - |
| XYZ | 21.62 | 10.99 | 76.58 | - |
| YUV | 86.22 | 209.71 | 143.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 47 | 231 | 0.53 | 0.80 | 0 | 0.09 | 259.89 | 0.79 | 0.55 |
| Hex | 6C | 2F | E7 | 35 | 50 | 0 | 9 | 104 | 4F | 37 |
| Octal | 154 | 57 | 347 | 65 | 120 | 0 | 11 | 404 | 117 | 67 |
| Binary | 1101100 | 101111 | 11100111 | 110101 | 1010000 | 0 | 1001 | 100000100 | 1001111 | 110111 |
Color Harmonies of #6C2FE7
Complementary color
Monochromatic Colors of #6C2FE7
Black with #6C2FE7
Text Example
Text Example
White with #6C2FE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C2FE7; }
p { color: rgb(108,47,231); }
H1.HeaderClassName
{
color: #6C2FE7;
}
.AnyTagClassName
{
color: #6C2FE7;
}
</style>
background-color css
<style>
a { background-color: #6C2FE7; }
a { background-color: rgb(108,47,231); }
div.DivClassName
{
background-color: #6C2FE7;
}
.BgClassName
{
background-color: #6C2FE7;
}
</style>
border-color css
<style>
span { border-color: #6C2FE7; }
span { border-color: rgb(108,47,231); }
td.TdClassName
{
border-color: #6C2FE7;
}
.TagClassName
{
border-color: #6C2FE7;
}
</style>