#6D3FEF

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

Shades of Blue Violet #6D3FEF

Tints of Blue Violet #6D3FEF

Color information

#6D3FEF (or 0x6D3FEF) is unknown color: approx Blue Violet. HEX triplet: 6D, 3F and EF. RGB value is (109,63,239). Sum of RGB (Red+Green+Blue) = 109+63+239=411 (54% of max value = 765). Red value is 109 (42.97% from 255 or 26.52% from 411); Green value is 63 (25% from 255 or 15.33% from 411); Blue value is 239 (93.75% from 255 or 58.15% from 411); Max value from RGB is 239 - color contains mainly: blue. Hex color #6D3FEF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6D3FEF is #92C010. Grayscale: #606060. Windows color (decimal): -9617425 or 15679341. OLE color: 15679341.

HSL color Cylindrical-coordinate representation of color #6D3FEF: hue angle of 255.68º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6D3FEF is Cyan = 0.54, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB10963239-
CMYK0.540.7400.06
HSL255.68º84.62%59.22%-
HSV(B)255.68º73.64%93.73%-
XYZ23.6613.0482.93-
YUV96.82208.24136.69-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 26.52%
GREEN value IS 63 (25% from 255) = 15.33%
BLUE value IS 239 (93.75% from 255) = 58.15%
R=26.52%
G=15.33%
B=58.15%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal109632390.540.7400.06255.6884.6259.22
Hex6D3FEF364A06100553b
Octal15577357661120640012573
Binary110110111111111101111110110100101001101000000001010101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D3FEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,63,239); }

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

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

 a { background-color: rgb(109,63,239); }

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

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

 span { border-color: rgb(109,63,239); }

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