#6d3df2

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

Shades of Blue Violet #6D3DF2

Tints of Blue Violet #6D3DF2

Color information

#6D3DF2 (or 0x6D3DF2) is unknown color: approx Blue Violet. HEX triplet: 6D, 3D and F2. RGB value is (109,61,242). Sum of RGB (Red+Green+Blue) = 109+61+242=412 (54% of max value = 765). Red value is 109 (42.97% from 255 or 26.46% from 412); Green value is 61 (24.22% from 255 or 14.81% from 412); Blue value is 242 (94.92% from 255 or 58.74% from 412); Max value from RGB is 242 - color contains mainly: blue. Hex color #6D3DF2 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6D3DF2 is #92C20D. Grayscale: #5F5F5F. Windows color (decimal): -9617934 or 15875437. OLE color: 15875437.

HSL color Cylindrical-coordinate representation of color #6D3DF2: hue angle of 255.91º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6D3DF2 is Cyan = 0.55, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB10961242-
CMYK0.550.7500.05
HSL255.91º87.44%59.41%-
HSV(B)255.91º74.79%94.9%-
XYZ241385.25-
YUV95.99210.4137.28-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 26.46%
GREEN value IS 61 (24.22% from 255) = 14.81%
BLUE value IS 242 (94.92% from 255) = 58.74%
R=26.46%
G=14.81%
B=58.74%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal109612420.550.7500.05255.9187.4459.41
Hex6D3DF2374B05100573b
Octal15575362671130540012773
Binary110110111110111110010110111100101101011000000001010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6d3df2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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