Html Css Color HEX #680EEA Electric Indigo

📋 copy color: '#680EEA'

red 104 ◦ green 14 ◦ blue 234

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

Shades of Electric Indigo #680EEA

Tints of Electric Indigo #680EEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 66.48%

R = 29.55%
G = 3.98%
B = 66.48%

CMYK

 C value IS 0.56

 M value IS 0.94

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#680EEA (or 0x680EEA) is known color: Electric Indigo. HEX triplet: 68, 0E and EA. RGB value is (104,14,234). Sum of RGB (Red+Green+Blue) = 104+14+234=352 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.55% from 352); Green value is 14 (5.86% from 255 or 3.98% from 352); Blue value is 234 (91.80% from 255 or 66.48% from 352); Max value from RGB is 234 - color contains mainly: blue. Hex color #680EEA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #680EEA is #97F115. Grayscale: #414141. Windows color (decimal): -9957654 or 15339112. OLE color: 15339112.

HSL color Cylindrical-coordinate representation of color #680EEA: hue angle of 264.55º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #680EEA is Cyan = 0.56, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 104 14 234 -
CMYK 0.56 0.94 0 0.08
HSL 264.55º 0.89% 0.49% -
HSV(B) 264.55º 0.94% 0.92% -
XYZ 20.72 9.2 78.53 -
YUV 65.99 222.82 155.11 -
System Red Green Blue C M Y K H S L
Decimal 104 14 234 0.56 0.94 0 0.08 264.55 0.89 0.49
Hex 68 E EA 38 5E 0 8 109 59 31
Octal 150 16 352 70 136 0 10 411 131 61
Binary 1101000 1110 11101010 111000 1011110 0 1000 100001001 1011001 110001

Color Harmonies of #680EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680EEA

Black with #680EEA

Text Example


Text Example

White with #680EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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