#6C0DDA

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

Shades of Electric Indigo #6C0DDA

Tints of Electric Indigo #6C0DDA

Color information

#6C0DDA (or 0x6C0DDA) is unknown color: approx Electric Indigo. HEX triplet: 6C, 0D and DA. RGB value is (108,13,218). Sum of RGB (Red+Green+Blue) = 108+13+218=339 (44% of max value = 765). Red value is 108 (42.58% from 255 or 31.86% from 339); Green value is 13 (5.47% from 255 or 3.83% from 339); Blue value is 218 (85.55% from 255 or 64.31% from 339); Max value from RGB is 218 - color contains mainly: blue. Hex color #6C0DDA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6C0DDA is #93F225. Grayscale: #404040. Windows color (decimal): -9695782 or 14290284. OLE color: 14290284.

HSL color Cylindrical-coordinate representation of color #6C0DDA: hue angle of 267.8º degrees, saturation: 0.89, 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 #6C0DDA is Cyan = 0.50, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB10813218-
CMYK0.500.9400.15
HSL267.8º88.74%45.29%-
HSV(B)267.8º94.04%85.49%-
XYZ18.988.5466.98-
YUV64.78214.47158.83-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 31.86%
GREEN value IS 13 (5.47% from 255) = 3.83%
BLUE value IS 218 (85.55% from 255) = 64.31%
R=31.86%
G=3.83%
B=64.31%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal108132180.500.9400.15267.888.7445.29
Hex6CDDA325E0F10c592d
Octal154153326213601741413155
Binary11011001101110110101100101011110011111000011001011001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C0DDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,13,218); }

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

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

 a { background-color: rgb(108,13,218); }

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

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

 span { border-color: rgb(108,13,218); }

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