Html Css Color HEX #690EDD Electric Indigo

📋 copy color: '#690EDD'

red 105 ◦ green 14 ◦ blue 221

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

Shades of Electric Indigo #690EDD

Tints of Electric Indigo #690EDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 65%

R = 30.88%
G = 4.12%
B = 65%

CMYK

 C value IS 0.52

 M value IS 0.94

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#690EDD (or 0x690EDD) is known color: Electric Indigo. HEX triplet: 69, 0E and DD. RGB value is (105,14,221). Sum of RGB (Red+Green+Blue) = 105+14+221=340 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.88% from 340); Green value is 14 (5.86% from 255 or 4.12% from 340); Blue value is 221 (86.72% from 255 or 65% from 340); Max value from RGB is 221 - color contains mainly: blue. Hex color #690EDD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #690EDD is #96F122. Grayscale: #404040. Windows color (decimal): -9892131 or 14487145. OLE color: 14487145.

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

Color convert

RGB 105 14 221 -
CMYK 0.52 0.94 0 0.13
HSL 266.38º 0.88% 0.46% -
HSV(B) 266.38º 0.94% 0.87% -
XYZ 19.03 8.54 69.05 -
YUV 64.81 216.15 156.67 -
System Red Green Blue C M Y K H S L
Decimal 105 14 221 0.52 0.94 0 0.13 266.38 0.88 0.46
Hex 69 E DD 34 5E 0 D 10A 58 2E
Octal 151 16 335 64 136 0 15 412 130 56
Binary 1101001 1110 11011101 110100 1011110 0 1101 100001010 1011000 101110

Color Harmonies of #690EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690EDD

Black with #690EDD

Text Example


Text Example

White with #690EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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