Html Css Color HEX #680EF7 Electric Indigo

📋 copy color: '#680EF7'

red 104 ◦ green 14 ◦ blue 247

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

Shades of Electric Indigo #680EF7

Tints of Electric Indigo #680EF7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 67.67%

R = 28.49%
G = 3.84%
B = 67.67%

CMYK

 C value IS 0.58

 M value IS 0.94

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#680EF7 (or 0x680EF7) is known color: Electric Indigo. HEX triplet: 68, 0E and F7. RGB value is (104,14,247). Sum of RGB (Red+Green+Blue) = 104+14+247=365 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.49% from 365); Green value is 14 (5.86% from 255 or 3.84% from 365); Blue value is 247 (96.88% from 255 or 67.67% from 365); Max value from RGB is 247 - color contains mainly: blue. Hex color #680EF7 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #680EF7 is #97F108. Grayscale: #424242. Windows color (decimal): -9957641 or 16191080. OLE color: 16191080.

HSL color Cylindrical-coordinate representation of color #680EF7: hue angle of 263.18º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #680EF7 is Cyan = 0.58, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 104 14 247 -
CMYK 0.58 0.94 0 0.03
HSL 263.18º 0.94% 0.51% -
HSV(B) 263.18º 0.94% 0.97% -
XYZ 22.65 9.97 88.73 -
YUV 67.47 229.32 154.05 -
System Red Green Blue C M Y K H S L
Decimal 104 14 247 0.58 0.94 0 0.03 263.18 0.94 0.51
Hex 68 E F7 3A 5E 0 3 107 5E 33
Octal 150 16 367 72 136 0 3 407 136 63
Binary 1101000 1110 11110111 111010 1011110 0 11 100000111 1011110 110011

Color Harmonies of #680EF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680EF7

Black with #680EF7

Text Example


Text Example

White with #680EF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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