#6E20EB

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

Shades of Blue Violet #6E20EB

Tints of Blue Violet #6E20EB

Color information

#6E20EB (or 0x6E20EB) is unknown color: approx Blue Violet. HEX triplet: 6E, 20 and EB. RGB value is (110,32,235). Sum of RGB (Red+Green+Blue) = 110+32+235=377 (49% of max value = 765). Red value is 110 (43.36% from 255 or 29.18% from 377); Green value is 32 (12.89% from 255 or 8.49% from 377); Blue value is 235 (92.19% from 255 or 62.33% from 377); Max value from RGB is 235 - color contains mainly: blue. Hex color #6E20EB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6E20EB is #91DF14. Grayscale: #4D4D4D. Windows color (decimal): -9559829 or 15409262. OLE color: 15409262.

HSL color Cylindrical-coordinate representation of color #6E20EB: hue angle of 263.05º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6E20EB is Cyan = 0.53, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB11032235-
CMYK0.530.8600.08
HSL263.05º83.54%52.35%-
HSV(B)263.05º86.38%92.16%-
XYZ21.9410.3579.44-
YUV78.46216.34150.49-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 29.18%
GREEN value IS 32 (12.89% from 255) = 8.49%
BLUE value IS 235 (92.19% from 255) = 62.33%
R=29.18%
G=8.49%
B=62.33%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal110322350.530.8600.08263.0583.5452.35
Hex6E20EB3556081075434
Octal156403536512601040712464
Binary1101110100000111010111101011010110010001000001111010100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E20EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,32,235); }

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

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

 a { background-color: rgb(110,32,235); }

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

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

 span { border-color: rgb(110,32,235); }

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