#6A10DF

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

Shades of Electric Indigo #6A10DF

Tints of Electric Indigo #6A10DF

Color information

#6A10DF (or 0x6A10DF) is unknown color: approx Electric Indigo. HEX triplet: 6A, 10 and DF. RGB value is (106,16,223). Sum of RGB (Red+Green+Blue) = 106+16+223=345 (45% of max value = 765). Red value is 106 (41.80% from 255 or 30.72% from 345); Green value is 16 (6.64% from 255 or 4.64% from 345); Blue value is 223 (87.5% from 255 or 64.64% from 345); Max value from RGB is 223 - color contains mainly: blue. Hex color #6A10DF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6A10DF is #95EF20. Grayscale: #414141. Windows color (decimal): -9826081 or 14618730. OLE color: 14618730.

HSL color Cylindrical-coordinate representation of color #6A10DF: hue angle of 266.09º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6A10DF is Cyan = 0.52, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB10616223-
CMYK0.520.9300.13
HSL266.09º86.61%46.86%-
HSV(B)266.09º92.83%87.45%-
XYZ19.458.7670.48-
YUV66.51216.32156.17-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 30.72%
GREEN value IS 16 (6.64% from 255) = 4.64%
BLUE value IS 223 (87.5% from 255) = 64.64%
R=30.72%
G=4.64%
B=64.64%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal106162230.520.9300.13266.0986.6146.86
Hex6A10DF345D0D10a572f
Octal152203376413501541212757
Binary110101010000110111111101001011101011011000010101010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A10DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,16,223); }

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

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

 a { background-color: rgb(106,16,223); }

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

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

 span { border-color: rgb(106,16,223); }

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