#6D30E6

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

Shades of Blue Violet #6D30E6

Tints of Blue Violet #6D30E6

Color information

#6D30E6 (or 0x6D30E6) is unknown color: approx Blue Violet. HEX triplet: 6D, 30 and E6. RGB value is (109,48,230). Sum of RGB (Red+Green+Blue) = 109+48+230=387 (51% of max value = 765). Red value is 109 (42.97% from 255 or 28.17% from 387); Green value is 48 (19.14% from 255 or 12.40% from 387); Blue value is 230 (90.23% from 255 or 59.43% from 387); Max value from RGB is 230 - color contains mainly: blue. Hex color #6D30E6 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6D30E6 is #92CF19. Grayscale: #565656. Windows color (decimal): -9621274 or 15085677. OLE color: 15085677.

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

Color convert

RGB10948230-
CMYK0.530.7900.10
HSL260.11º78.45%54.51%-
HSV(B)260.11º79.13%90.2%-
XYZ21.6511.0875.86-
YUV86.99208.71143.7-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 28.17%
GREEN value IS 48 (19.14% from 255) = 12.40%
BLUE value IS 230 (90.23% from 255) = 59.43%
R=28.17%
G=12.40%
B=59.43%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal109482300.530.7900.10260.1178.4554.51
Hex6D30E6354F0A1044e37
Octal155603466511701240411667
Binary1101101110000111001101101011001111010101000001001001110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D30E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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