#6810DC

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

Shades of Electric Indigo #6810DC

Tints of Electric Indigo #6810DC

Color information

#6810DC (or 0x6810DC) is unknown color: approx Electric Indigo. HEX triplet: 68, 10 and DC. RGB value is (104,16,220). Sum of RGB (Red+Green+Blue) = 104+16+220=340 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.59% from 340); Green value is 16 (6.64% from 255 or 4.71% from 340); Blue value is 220 (86.33% from 255 or 64.71% from 340); Max value from RGB is 220 - color contains mainly: blue. Hex color #6810DC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6810DC is #97EF23. Grayscale: #404040. Windows color (decimal): -9957156 or 14422120. OLE color: 14422120.

HSL color Cylindrical-coordinate representation of color #6810DC: hue angle of 265.88º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6810DC is Cyan = 0.53, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB10416220-
CMYK0.530.9300.14
HSL265.88º86.44%46.27%-
HSV(B)265.88º92.73%86.27%-
XYZ18.818.4868.36-
YUV65.57215.15155.41-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 30.59%
GREEN value IS 16 (6.64% from 255) = 4.71%
BLUE value IS 220 (86.33% from 255) = 64.71%
R=30.59%
G=4.71%
B=64.71%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal104162200.530.9300.14265.8886.4446.27
Hex6810DC355D0E10a562e
Octal150203346513501641212656
Binary110100010000110111001101011011101011101000010101010110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6810DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6810DC; }

 p { color: rgb(104,16,220); }

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

<style>
 a { background-color: #6810DC; }

 a { background-color: rgb(104,16,220); }

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

<style>
 span { border-color: #6810DC; }

 span { border-color: rgb(104,16,220); }

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