#6E2DED

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

Shades of Blue Violet #6E2DED

Tints of Blue Violet #6E2DED

Color information

#6E2DED (or 0x6E2DED) is unknown color: approx Blue Violet. HEX triplet: 6E, 2D and ED. RGB value is (110,45,237). Sum of RGB (Red+Green+Blue) = 110+45+237=392 (51% of max value = 765). Red value is 110 (43.36% from 255 or 28.06% from 392); Green value is 45 (17.97% from 255 or 11.48% from 392); Blue value is 237 (92.97% from 255 or 60.46% from 392); Max value from RGB is 237 - color contains mainly: blue. Hex color #6E2DED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6E2DED is #91D212. Grayscale: #555555. Windows color (decimal): -9556499 or 15543662. OLE color: 15543662.

HSL color Cylindrical-coordinate representation of color #6E2DED: hue angle of 260.31º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6E2DED is Cyan = 0.54, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB11045237-
CMYK0.540.8100.07
HSL260.31º84.21%55.29%-
HSV(B)260.31º81.01%92.94%-
XYZ22.6511.3181.11-
YUV86.32213.03144.89-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 28.06%
GREEN value IS 45 (17.97% from 255) = 11.48%
BLUE value IS 237 (92.97% from 255) = 60.46%
R=28.06%
G=11.48%
B=60.46%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal110452370.540.8100.07260.3184.2155.29
Hex6E2DED3651071045437
Octal15655355661210740412467
Binary110111010110111101101110110101000101111000001001010100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E2DED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,45,237); }

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

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

 a { background-color: rgb(110,45,237); }

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

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

 span { border-color: rgb(110,45,237); }

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