#6700ed

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

Shades of Electric Indigo #6700ED

Tints of Electric Indigo #6700ED

Color information

#6700ED (or 0x6700ED) is unknown color: approx Electric Indigo. HEX triplet: 67, 00 and ED. RGB value is (103,0,237). Sum of RGB (Red+Green+Blue) = 103+0+237=340 (45% of max value = 765). Red value is 103 (40.62% from 255 or 30.29% from 340); Green value is 0 (0.39% from 255 or 0% from 340); Blue value is 237 (92.97% from 255 or 69.71% from 340); Max value from RGB is 237 - color contains mainly: blue. Hex color #6700ED is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6700ED is #98FF12. Grayscale: #383838. Windows color (decimal): -10026771 or 15532135. OLE color: 15532135.

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

Color convert

RGB1030237-
CMYK0.57100.07
HSL266.08º100%46.47%-
HSV(B)266.08º100%92.94%-
XYZ20.88980.76-
YUV57.82229.12160.23-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 30.29%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 237 (92.97% from 255) = 69.71%
R=30.29%
G=0%
B=69.71%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal10302370.57100.07266.0810046.47
Hex670ED39640710a642e
Octal1470355711440741214456
Binary1100111011101101111001110010001111000010101100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6700ed

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6700ed; }

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

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

<style>
 a { background-color: #6700ed; }

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

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

<style>
 span { border-color: #6700ed; }

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

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