#6705E6

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

Shades of Electric Indigo #6705E6

Tints of Electric Indigo #6705E6

Color information

#6705E6 (or 0x6705E6) is unknown color: approx Electric Indigo. HEX triplet: 67, 05 and E6. RGB value is (103,5,230). Sum of RGB (Red+Green+Blue) = 103+5+230=338 (44% of max value = 765). Red value is 103 (40.62% from 255 or 30.47% from 338); Green value is 5 (2.34% from 255 or 1.48% from 338); Blue value is 230 (90.23% from 255 or 68.05% from 338); Max value from RGB is 230 - color contains mainly: blue. Hex color #6705E6 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6705E6 is #98FA19. Grayscale: #3B3B3B. Windows color (decimal): -10025498 or 15074663. OLE color: 15074663.

HSL color Cylindrical-coordinate representation of color #6705E6: hue angle of 266.13º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6705E6 is Cyan = 0.55, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB1035230-
CMYK0.550.9800.10
HSL266.13º95.74%46.08%-
HSV(B)266.13º97.83%90.2%-
XYZ19.938.7175.49-
YUV59.95223.97158.7-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 30.47%
GREEN value IS 5 (2.34% from 255) = 1.48%
BLUE value IS 230 (90.23% from 255) = 68.05%
R=30.47%
G=1.48%
B=68.05%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal10352300.550.9800.10266.1395.7446.08
Hex675E637620A10a602e
Octal14753466714201241214056
Binary1100111101111001101101111100010010101000010101100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6705E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6705E6; }

 p { color: rgb(103,5,230); }

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

<style>
 a { background-color: #6705E6; }

 a { background-color: rgb(103,5,230); }

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

<style>
 span { border-color: #6705E6; }

 span { border-color: rgb(103,5,230); }

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