#6700F5

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

Shades of Electric Indigo #6700F5

Tints of Electric Indigo #6700F5

Color information

#6700F5 (or 0x6700F5) is unknown color: approx Electric Indigo. HEX triplet: 67, 00 and F5. RGB value is (103,0,245). Sum of RGB (Red+Green+Blue) = 103+0+245=348 (46% of max value = 765). Red value is 103 (40.62% from 255 or 29.60% from 348); Green value is 0 (0.39% from 255 or 0% from 348); Blue value is 245 (96.09% from 255 or 70.40% from 348); Max value from RGB is 245 - color contains mainly: blue. Hex color #6700F5 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6700F5 is #98FF0A. Grayscale: #393939. Windows color (decimal): -10026763 or 16056423. OLE color: 16056423.

HSL color Cylindrical-coordinate representation of color #6700F5: hue angle of 265.22º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6700F5 is Cyan = 0.58, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB1030245-
CMYK0.58100.04
HSL265.22º100%48.04%-
HSV(B)265.22º100%96.08%-
XYZ22.079.4887.05-
YUV58.73233.12159.58-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 29.60%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 245 (96.09% from 255) = 70.40%
R=29.60%
G=0%
B=70.40%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal10302450.58100.04265.2210048.04
Hex670F53A64041096430
Octal1470365721440441114460
Binary1100111011110101111010110010001001000010011100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6700F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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