Html Css Color HEX #680EF6 Electric Indigo

📋 copy color: '#680EF6'

red 104 ◦ green 14 ◦ blue 246

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

Shades of Electric Indigo #680EF6

Tints of Electric Indigo #680EF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 67.58%

R = 28.57%
G = 3.85%
B = 67.58%

CMYK

 C value IS 0.58

 M value IS 0.94

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#680EF6 (or 0x680EF6) is known color: Electric Indigo. HEX triplet: 68, 0E and F6. RGB value is (104,14,246). Sum of RGB (Red+Green+Blue) = 104+14+246=364 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.57% from 364); Green value is 14 (5.86% from 255 or 3.85% from 364); Blue value is 246 (96.48% from 255 or 67.58% from 364); Max value from RGB is 246 - color contains mainly: blue. Hex color #680EF6 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #680EF6 is #97F109. Grayscale: #424242. Windows color (decimal): -9957642 or 16125544. OLE color: 16125544.

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

Color convert

RGB 104 14 246 -
CMYK 0.58 0.94 0 0.04
HSL 263.28º 0.93% 0.51% -
HSV(B) 263.28º 0.94% 0.96% -
XYZ 22.5 9.91 87.92 -
YUV 67.36 228.82 154.14 -
System Red Green Blue C M Y K H S L
Decimal 104 14 246 0.58 0.94 0 0.04 263.28 0.93 0.51
Hex 68 E F6 3A 5E 0 4 107 5D 33
Octal 150 16 366 72 136 0 4 407 135 63
Binary 1101000 1110 11110110 111010 1011110 0 100 100000111 1011101 110011

Color Harmonies of #680EF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680EF6

Black with #680EF6

Text Example


Text Example

White with #680EF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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