Html Css Color HEX #680DF7 Electric Indigo

📋 copy color: '#680DF7'

red 104 ◦ green 13 ◦ blue 247

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

Shades of Electric Indigo #680DF7

Tints of Electric Indigo #680DF7

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.57%

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

R = 28.57%
G = 3.57%
B = 67.86%

CMYK

 C value IS 0.58

 M value IS 0.95

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#680DF7 (or 0x680DF7) is known color: Electric Indigo. HEX triplet: 68, 0D and F7. RGB value is (104,13,247). Sum of RGB (Red+Green+Blue) = 104+13+247=364 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.57% from 364); Green value is 13 (5.47% from 255 or 3.57% from 364); Blue value is 247 (96.88% from 255 or 67.86% from 364); Max value from RGB is 247 - color contains mainly: blue. Hex color #680DF7 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #680DF7 is #97F208. Grayscale: #424242. Windows color (decimal): -9957897 or 16190824. OLE color: 16190824.

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

Color convert

RGB 104 13 247 -
CMYK 0.58 0.95 0 0.03
HSL 263.33º 0.94% 0.51% -
HSV(B) 263.33º 0.95% 0.97% -
XYZ 22.64 9.95 88.72 -
YUV 66.89 229.65 154.47 -
System Red Green Blue C M Y K H S L
Decimal 104 13 247 0.58 0.95 0 0.03 263.33 0.94 0.51
Hex 68 D F7 3A 5F 0 3 107 5E 33
Octal 150 15 367 72 137 0 3 407 136 63
Binary 1101000 1101 11110111 111010 1011111 0 11 100000111 1011110 110011

Color Harmonies of #680DF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680DF7

Black with #680DF7

Text Example


Text Example

White with #680DF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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