#6705ED

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

Shades of Electric Indigo #6705ED

Tints of Electric Indigo #6705ED

Color information

#6705ED (or 0x6705ED) is unknown color: approx Electric Indigo. HEX triplet: 67, 05 and ED. RGB value is (103,5,237). Sum of RGB (Red+Green+Blue) = 103+5+237=345 (45% of max value = 765). Red value is 103 (40.62% from 255 or 29.86% from 345); Green value is 5 (2.34% from 255 or 1.45% from 345); Blue value is 237 (92.97% from 255 or 68.70% from 345); Max value from RGB is 237 - color contains mainly: blue. Hex color #6705ED is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6705ED is #98FA12. Grayscale: #3B3B3B. Windows color (decimal): -10025491 or 15533415. OLE color: 15533415.

HSL color Cylindrical-coordinate representation of color #6705ED: hue angle of 265.34º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6705ED is Cyan = 0.57, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB1035237-
CMYK0.570.9800.07
HSL265.34º95.87%47.45%-
HSV(B)265.34º97.89%92.94%-
XYZ20.939.1180.78-
YUV60.75227.47158.14-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 29.86%
GREEN value IS 5 (2.34% from 255) = 1.45%
BLUE value IS 237 (92.97% from 255) = 68.70%
R=29.86%
G=1.45%
B=68.70%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal10352370.570.9800.07265.3495.8747.45
Hex675ED396207109602f
Octal1475355711420741114057
Binary110011110111101101111001110001001111000010011100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6705ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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