#6D3DE7

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

Shades of Blue Violet #6D3DE7

Tints of Blue Violet #6D3DE7

Color information

#6D3DE7 (or 0x6D3DE7) is unknown color: approx Blue Violet. HEX triplet: 6D, 3D and E7. RGB value is (109,61,231). Sum of RGB (Red+Green+Blue) = 109+61+231=401 (53% of max value = 765). Red value is 109 (42.97% from 255 or 27.18% from 401); Green value is 61 (24.22% from 255 or 15.21% from 401); Blue value is 231 (90.62% from 255 or 57.61% from 401); Max value from RGB is 231 - color contains mainly: blue. Hex color #6D3DE7 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6D3DE7 is #92C218. Grayscale: #5E5E5E. Windows color (decimal): -9617945 or 15154541. OLE color: 15154541.

HSL color Cylindrical-coordinate representation of color #6D3DE7: hue angle of 256.94º degrees, saturation: 0.78, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6D3DE7 is Cyan = 0.53, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB10961231-
CMYK0.530.7400.09
HSL256.94º77.98%57.25%-
HSV(B)256.94º73.59%90.59%-
XYZ22.412.3676.81-
YUV94.73204.9138.18-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 27.18%
GREEN value IS 61 (24.22% from 255) = 15.21%
BLUE value IS 231 (90.62% from 255) = 57.61%
R=27.18%
G=15.21%
B=57.61%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal109612310.530.7400.09256.9477.9857.25
Hex6D3DE7354A091014e39
Octal155753476511201140111671
Binary1101101111101111001111101011001010010011000000011001110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D3DE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,61,231); }

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

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

 a { background-color: rgb(109,61,231); }

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

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

 span { border-color: rgb(109,61,231); }

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