#6D18E5

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

Shades of Blue Violet #6D18E5

Tints of Blue Violet #6D18E5

Color information

#6D18E5 (or 0x6D18E5) is unknown color: approx Blue Violet. HEX triplet: 6D, 18 and E5. RGB value is (109,24,229). Sum of RGB (Red+Green+Blue) = 109+24+229=362 (47% of max value = 765). Red value is 109 (42.97% from 255 or 30.11% from 362); Green value is 24 (9.77% from 255 or 6.63% from 362); Blue value is 229 (89.84% from 255 or 63.26% from 362); Max value from RGB is 229 - color contains mainly: blue. Hex color #6D18E5 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6D18E5 is #92E71A. Grayscale: #484848. Windows color (decimal): -9627419 or 15013997. OLE color: 15013997.

HSL color Cylindrical-coordinate representation of color #6D18E5: hue angle of 264.88º degrees, saturation: 0.81, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6D18E5 is Cyan = 0.52, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB10924229-
CMYK0.520.9000.10
HSL264.88º81.03%49.61%-
HSV(B)264.88º89.52%89.8%-
XYZ20.789.5674.88-
YUV72.78216.16153.83-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 30.11%
GREEN value IS 24 (9.77% from 255) = 6.63%
BLUE value IS 229 (89.84% from 255) = 63.26%
R=30.11%
G=6.63%
B=63.26%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal109242290.520.9000.10264.8881.0349.61
Hex6D18E5345A0A1095132
Octal155303456413201241112162
Binary110110111000111001011101001011010010101000010011010001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D18E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,24,229); }

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

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

 a { background-color: rgb(109,24,229); }

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

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

 span { border-color: rgb(109,24,229); }

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