#6D3DE6

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

Shades of Blue Violet #6D3DE6

Tints of Blue Violet #6D3DE6

Color information

#6D3DE6 (or 0x6D3DE6) is unknown color: approx Blue Violet. HEX triplet: 6D, 3D and E6. RGB value is (109,61,230). Sum of RGB (Red+Green+Blue) = 109+61+230=400 (52% of max value = 765). Red value is 109 (42.97% from 255 or 27.25% from 400); Green value is 61 (24.22% from 255 or 15.25% from 400); Blue value is 230 (90.23% from 255 or 57.5% from 400); Max value from RGB is 230 - color contains mainly: blue. Hex color #6D3DE6 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6D3DE6 is #92C219. Grayscale: #5D5D5D. Windows color (decimal): -9617946 or 15089005. OLE color: 15089005.

HSL color Cylindrical-coordinate representation of color #6D3DE6: hue angle of 257.04º degrees, saturation: 0.77, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6D3DE6 is Cyan = 0.53, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB10961230-
CMYK0.530.7300.10
HSL257.04º77.17%57.06%-
HSV(B)257.04º73.48%90.2%-
XYZ22.2612.376.06-
YUV94.62204.4138.26-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 27.25%
GREEN value IS 61 (24.22% from 255) = 15.25%
BLUE value IS 230 (90.23% from 255) = 57.5%
R=27.25%
G=15.25%
B=57.5%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal109612300.530.7300.10257.0477.1757.06
Hex6D3DE635490A1014d39
Octal155753466511101240111571
Binary1101101111101111001101101011001001010101000000011001101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D3DE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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