#6C2EE9

Color #6C2EE9 Blue Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Violet #6C2EE9

Tints of Blue Violet #6C2EE9

Color information

#6C2EE9 (or 0x6C2EE9) is unknown color: approx Blue Violet. HEX triplet: 6C, 2E and E9. RGB value is (108,46,233). Sum of RGB (Red+Green+Blue) = 108+46+233=387 (51% of max value = 765). Red value is 108 (42.58% from 255 or 27.91% from 387); Green value is 46 (18.36% from 255 or 11.89% from 387); Blue value is 233 (91.41% from 255 or 60.21% from 387); Max value from RGB is 233 - color contains mainly: blue. Hex color #6C2EE9 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6C2EE9 is #93D116. Grayscale: #555555. Windows color (decimal): -9687319 or 15281772. OLE color: 15281772.

HSL color Cylindrical-coordinate representation of color #6C2EE9: hue angle of 259.89º degrees, saturation: 0.81, 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 #6C2EE9 is Cyan = 0.54, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB10846233-
CMYK0.540.8000.09
HSL259.89º80.95%54.71%-
HSV(B)259.89º80.26%91.37%-
XYZ21.8711.0378.07-
YUV85.86211.04143.79-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 108 (42.58% from 255) = 27.91%
GREEN value IS 46 (18.36% from 255) = 11.89%
BLUE value IS 233 (91.41% from 255) = 60.21%
R=27.91%
G=11.89%
B=60.21%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal108462330.540.8000.09259.8980.9554.71
Hex6C2EE93650091045137
Octal154563516612001140412167
Binary1101100101110111010011101101010000010011000001001010001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C2EE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6C2EE9; }

 p { color: rgb(108,46,233); }

 H1.HeaderClassName
 {
   color: #6C2EE9;
 }
 .AnyTagClassName
 {
   color: #6C2EE9;
 }
</style>
background-color css

<style>
 a { background-color: #6C2EE9; }

 a { background-color: rgb(108,46,233); }

 div.DivClassName
 {
   background-color: #6C2EE9;
 }
 .BgClassName
 {
   background-color: #6C2EE9;
 }
</style>
border-color css

<style>
 span { border-color: #6C2EE9; }

 span { border-color: rgb(108,46,233); }

 td.TdClassName
 {
   border-color: #6C2EE9;
 }
 .TagClassName
 {
   border-color: #6C2EE9;
 }
</style>