Html Css Color HEX #690EDF Electric Indigo

📋 copy color: '#690EDF'

red 105 ◦ green 14 ◦ blue 223

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

Shades of Electric Indigo #690EDF

Tints of Electric Indigo #690EDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 65.2%

R = 30.7%
G = 4.09%
B = 65.2%

CMYK

 C value IS 0.53

 M value IS 0.94

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#690EDF (or 0x690EDF) is known color: Electric Indigo. HEX triplet: 69, 0E and DF. RGB value is (105,14,223). Sum of RGB (Red+Green+Blue) = 105+14+223=342 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.70% from 342); Green value is 14 (5.86% from 255 or 4.09% from 342); Blue value is 223 (87.5% from 255 or 65.20% from 342); Max value from RGB is 223 - color contains mainly: blue. Hex color #690EDF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #690EDF is #96F120. Grayscale: #404040. Windows color (decimal): -9892129 or 14618217. OLE color: 14618217.

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

Color convert

RGB 105 14 223 -
CMYK 0.53 0.94 0 0.13
HSL 266.12º 0.88% 0.46% -
HSV(B) 266.12º 0.94% 0.87% -
XYZ 19.3 8.65 70.46 -
YUV 65.04 217.15 156.51 -
System Red Green Blue C M Y K H S L
Decimal 105 14 223 0.53 0.94 0 0.13 266.12 0.88 0.46
Hex 69 E DF 35 5E 0 D 10A 58 2E
Octal 151 16 337 65 136 0 15 412 130 56
Binary 1101001 1110 11011111 110101 1011110 0 1101 100001010 1011000 101110

Color Harmonies of #690EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690EDF

Black with #690EDF

Text Example


Text Example

White with #690EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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