Html Css Color HEX #690EDC Electric Indigo

📋 copy color: '#690EDC'

red 105 ◦ green 14 ◦ blue 220

#690EDC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Electric Indigo #690EDC

Tints of Electric Indigo #690EDC

RGB

 RED value IS 105 (41.41% from 255) = 30.97%

 GREEN value IS 14 (5.86% from 255) = 4.13%

 BLUE value IS 220 (86.33% from 255) = 64.9%

R = 30.97%
G = 4.13%
B = 64.9%

CMYK

 C value IS 0.52

 M value IS 0.94

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#690EDC (or 0x690EDC) is known color: Electric Indigo. HEX triplet: 69, 0E and DC. RGB value is (105,14,220). Sum of RGB (Red+Green+Blue) = 105+14+220=339 (44% of max value = 765). Red value is 105 (41.41% from 255 or 30.97% from 339); Green value is 14 (5.86% from 255 or 4.13% from 339); Blue value is 220 (86.33% from 255 or 64.90% from 339); Max value from RGB is 220 - color contains mainly: blue. Hex color #690EDC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #690EDC is #96F123. Grayscale: #3F3F3F. Windows color (decimal): -9892132 or 14421609. OLE color: 14421609.

HSL color Cylindrical-coordinate representation of color #690EDC: hue angle of 266.5º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #690EDC is Cyan = 0.52, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 105 14 220 -
CMYK 0.52 0.94 0 0.14
HSL 266.5º 0.88% 0.46% -
HSV(B) 266.5º 0.94% 0.86% -
XYZ 18.9 8.48 68.35 -
YUV 64.69 215.65 156.75 -
System Red Green Blue C M Y K H S L
Decimal 105 14 220 0.52 0.94 0 0.14 266.5 0.88 0.46
Hex 69 E DC 34 5E 0 E 10B 58 2E
Octal 151 16 334 64 136 0 16 413 130 56
Binary 1101001 1110 11011100 110100 1011110 0 1110 100001011 1011000 101110

Color Harmonies of #690EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690EDC

Black with #690EDC

Text Example


Text Example

White with #690EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,14,220); }

 H1.HeaderClassName
 {
   color: #690EDC;
 }
 .AnyTagClassName
 {
   color: #690EDC;
 }
</style>

background-color css

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

 a { background-color: rgb(105,14,220); }

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

border-color css

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

 span { border-color: rgb(105,14,220); }

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