#690DDE

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

Shades of Electric Indigo #690DDE

Tints of Electric Indigo #690DDE

Color information

#690DDE (or 0x690DDE) is unknown color: approx Electric Indigo. HEX triplet: 69, 0D and DE. RGB value is (105,13,222). Sum of RGB (Red+Green+Blue) = 105+13+222=340 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.88% from 340); Green value is 13 (5.47% from 255 or 3.82% from 340); Blue value is 222 (87.11% from 255 or 65.29% from 340); Max value from RGB is 222 - color contains mainly: blue. Hex color #690DDE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #690DDE is #96F221. Grayscale: #3F3F3F. Windows color (decimal): -9892386 or 14552425. OLE color: 14552425.

HSL color Cylindrical-coordinate representation of color #690DDE: hue angle of 266.41º degrees, saturation: 0.89, 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 #690DDE is Cyan = 0.53, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB10513222-
CMYK0.530.9400.13
HSL266.41º88.94%46.08%-
HSV(B)266.41º94.14%87.06%-
XYZ19.158.5769.75-
YUV64.33216.98157.01-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 30.88%
GREEN value IS 13 (5.47% from 255) = 3.82%
BLUE value IS 222 (87.11% from 255) = 65.29%
R=30.88%
G=3.82%
B=65.29%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal105132220.530.9400.13266.4188.9446.08
Hex69DDE355E0D10a592e
Octal151153366513601541213156
Binary11010011101110111101101011011110011011000010101011001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #690DDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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