Html Css Color HEX #680EDD Electric Indigo

📋 copy color: '#680EDD'

red 104 ◦ green 14 ◦ blue 221

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

Shades of Electric Indigo #680EDD

Tints of Electric Indigo #680EDD

RGB

 RED value IS 104 (41.02% from 255) = 30.68%

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

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

R = 30.68%
G = 4.13%
B = 65.19%

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

#680EDD (or 0x680EDD) is known color: Electric Indigo. HEX triplet: 68, 0E and DD. RGB value is (104,14,221). Sum of RGB (Red+Green+Blue) = 104+14+221=339 (44% of max value = 765). Red value is 104 (41.02% from 255 or 30.68% from 339); Green value is 14 (5.86% from 255 or 4.13% from 339); Blue value is 221 (86.72% from 255 or 65.19% from 339); Max value from RGB is 221 - color contains mainly: blue. Hex color #680EDD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #680EDD is #97F122. Grayscale: #3F3F3F. Windows color (decimal): -9957667 or 14487144. OLE color: 14487144.

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

Color convert

RGB 104 14 221 -
CMYK 0.53 0.94 0 0.13
HSL 266.09º 0.88% 0.46% -
HSV(B) 266.09º 0.94% 0.87% -
XYZ 18.92 8.48 69.05 -
YUV 64.51 216.32 156.17 -
System Red Green Blue C M Y K H S L
Decimal 104 14 221 0.53 0.94 0 0.13 266.09 0.88 0.46
Hex 68 E DD 35 5E 0 D 10A 58 2E
Octal 150 16 335 65 136 0 15 412 130 56
Binary 1101000 1110 11011101 110101 1011110 0 1101 100001010 1011000 101110

Color Harmonies of #680EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680EDD

Black with #680EDD

Text Example


Text Example

White with #680EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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