#6E15DC

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

Shades of Blue Violet #6E15DC

Tints of Blue Violet #6E15DC

Color information

#6E15DC (or 0x6E15DC) is unknown color: approx Blue Violet. HEX triplet: 6E, 15 and DC. RGB value is (110,21,220). Sum of RGB (Red+Green+Blue) = 110+21+220=351 (46% of max value = 765). Red value is 110 (43.36% from 255 or 31.34% from 351); Green value is 21 (8.59% from 255 or 5.98% from 351); Blue value is 220 (86.33% from 255 or 62.68% from 351); Max value from RGB is 220 - color contains mainly: blue. Hex color #6E15DC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6E15DC is #91EA23. Grayscale: #454545. Windows color (decimal): -9562660 or 14423406. OLE color: 14423406.

HSL color Cylindrical-coordinate representation of color #6E15DC: hue angle of 266.83º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6E15DC is Cyan = 0.50, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB11021220-
CMYK0.500.9000.14
HSL266.83º82.57%47.25%-
HSV(B)266.83º90.45%86.27%-
XYZ19.629.0268.42-
YUV70.3212.49156.32-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 31.34%
GREEN value IS 21 (8.59% from 255) = 5.98%
BLUE value IS 220 (86.33% from 255) = 62.68%
R=31.34%
G=5.98%
B=62.68%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal110212200.500.9000.14266.8382.5747.25
Hex6E15DC325A0E10b532f
Octal156253346213201641312357
Binary110111010101110111001100101011010011101000010111010011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E15DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,21,220); }

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

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

 a { background-color: rgb(110,21,220); }

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

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

 span { border-color: rgb(110,21,220); }

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