#6A0CDA

Color #6A0CDA Electric Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Electric Indigo #6A0CDA

Tints of Electric Indigo #6A0CDA

Color information

#6A0CDA (or 0x6A0CDA) is unknown color: approx Electric Indigo. HEX triplet: 6A, 0C and DA. RGB value is (106,12,218). Sum of RGB (Red+Green+Blue) = 106+12+218=336 (44% of max value = 765). Red value is 106 (41.80% from 255 or 31.55% from 336); Green value is 12 (5.08% from 255 or 3.57% from 336); Blue value is 218 (85.55% from 255 or 64.88% from 336); Max value from RGB is 218 - color contains mainly: blue. Hex color #6A0CDA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6A0CDA is #95F325. Grayscale: #3E3E3E. Windows color (decimal): -9827110 or 14290026. OLE color: 14290026.

HSL color Cylindrical-coordinate representation of color #6A0CDA: hue angle of 267.38º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6A0CDA is Cyan = 0.51, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB10612218-
CMYK0.510.9400.15
HSL267.38º89.57%45.1%-
HSV(B)267.38º94.5%85.49%-
XYZ18.738.3966.96-
YUV63.59215.14158.25-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 31.55%
GREEN value IS 12 (5.08% from 255) = 3.57%
BLUE value IS 218 (85.55% from 255) = 64.88%
R=31.55%
G=3.57%
B=64.88%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal106122180.510.9400.15267.3889.5745.1
Hex6ACDA335E0F10b5a2d
Octal152143326313601741313255
Binary11010101100110110101100111011110011111000010111011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A0CDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,12,218); }

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

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

 a { background-color: rgb(106,12,218); }

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

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

 span { border-color: rgb(106,12,218); }

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