#6E1CDC

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

Shades of Blue Violet #6E1CDC

Tints of Blue Violet #6E1CDC

Color information

#6E1CDC (or 0x6E1CDC) is unknown color: approx Blue Violet. HEX triplet: 6E, 1C and DC. RGB value is (110,28,220). Sum of RGB (Red+Green+Blue) = 110+28+220=358 (47% of max value = 765). Red value is 110 (43.36% from 255 or 30.73% from 358); Green value is 28 (11.33% from 255 or 7.82% from 358); Blue value is 220 (86.33% from 255 or 61.45% from 358); Max value from RGB is 220 - color contains mainly: blue. Hex color #6E1CDC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6E1CDC is #91E323. Grayscale: #494949. Windows color (decimal): -9560868 or 14425198. OLE color: 14425198.

HSL color Cylindrical-coordinate representation of color #6E1CDC: hue angle of 265.62º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #6E1CDC is Cyan = 0.50, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB11028220-
CMYK0.500.8700.14
HSL265.62º77.42%48.63%-
HSV(B)265.62º87.27%86.27%-
XYZ19.769.3168.47-
YUV74.41210.17153.39-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 30.73%
GREEN value IS 28 (11.33% from 255) = 7.82%
BLUE value IS 220 (86.33% from 255) = 61.45%
R=30.73%
G=7.82%
B=61.45%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal110282200.500.8700.14265.6277.4248.63
Hex6E1CDC32570E10a4d31
Octal156343346212701641211561
Binary110111011100110111001100101010111011101000010101001101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E1CDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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