#670EDF

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

Shades of Electric Indigo #670EDF

Tints of Electric Indigo #670EDF

Color information

#670EDF (or 0x670EDF) is unknown color: approx Electric Indigo. HEX triplet: 67, 0E and DF. RGB value is (103,14,223). Sum of RGB (Red+Green+Blue) = 103+14+223=340 (45% of max value = 765). Red value is 103 (40.62% from 255 or 30.29% from 340); Green value is 14 (5.86% from 255 or 4.12% from 340); Blue value is 223 (87.5% from 255 or 65.59% from 340); Max value from RGB is 223 - color contains mainly: blue. Hex color #670EDF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #670EDF is #98F120. Grayscale: #3F3F3F. Windows color (decimal): -10023201 or 14618215. OLE color: 14618215.

HSL color Cylindrical-coordinate representation of color #670EDF: hue angle of 265.55º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #670EDF is Cyan = 0.54, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB10314223-
CMYK0.540.9400.13
HSL265.55º88.19%46.47%-
HSV(B)265.55º93.72%87.45%-
XYZ19.078.5370.45-
YUV64.44217.49155.51-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 30.29%
GREEN value IS 14 (5.86% from 255) = 4.12%
BLUE value IS 223 (87.5% from 255) = 65.59%
R=30.29%
G=4.12%
B=65.59%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal103142230.540.9400.13265.5588.1946.47
Hex67EDF365E0D10a582e
Octal147163376613601541213056
Binary11001111110110111111101101011110011011000010101011000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #670EDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #670EDF; }

 p { color: rgb(103,14,223); }

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

<style>
 a { background-color: #670EDF; }

 a { background-color: rgb(103,14,223); }

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

<style>
 span { border-color: #670EDF; }

 span { border-color: rgb(103,14,223); }

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