#690DE4

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

Shades of Electric Indigo #690DE4

Tints of Electric Indigo #690DE4

Color information

#690DE4 (or 0x690DE4) is unknown color: approx Electric Indigo. HEX triplet: 69, 0D and E4. RGB value is (105,13,228). Sum of RGB (Red+Green+Blue) = 105+13+228=346 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.35% from 346); Green value is 13 (5.47% from 255 or 3.76% from 346); Blue value is 228 (89.45% from 255 or 65.90% from 346); Max value from RGB is 228 - color contains mainly: blue. Hex color #690DE4 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #690DE4 is #96F21B. Grayscale: #404040. Windows color (decimal): -9892380 or 14945641. OLE color: 14945641.

HSL color Cylindrical-coordinate representation of color #690DE4: hue angle of 265.67º degrees, saturation: 0.89, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #690DE4 is Cyan = 0.54, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB10513228-
CMYK0.540.9400.11
HSL265.67º89.21%47.25%-
HSV(B)265.67º94.3%89.41%-
XYZ19.978.8974.06-
YUV65.02219.98156.52-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 30.35%
GREEN value IS 13 (5.47% from 255) = 3.76%
BLUE value IS 228 (89.45% from 255) = 65.90%
R=30.35%
G=3.76%
B=65.90%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal105132280.540.9400.11265.6789.2147.25
Hex69DE4365E0B10a592f
Octal151153446613601341213157
Binary11010011101111001001101101011110010111000010101011001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #690DE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #690DE4; }

 p { color: rgb(105,13,228); }

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

<style>
 a { background-color: #690DE4; }

 a { background-color: rgb(105,13,228); }

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

<style>
 span { border-color: #690DE4; }

 span { border-color: rgb(105,13,228); }

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