Html Css Color HEX #680EFA Electric Indigo

📋 copy color: '#680EFA'

red 104 ◦ green 14 ◦ blue 250

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

Shades of Electric Indigo #680EFA

Tints of Electric Indigo #680EFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 67.93%

R = 28.26%
G = 3.8%
B = 67.93%

CMYK

 C value IS 0.58

 M value IS 0.94

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#680EFA (or 0x680EFA) is known color: Electric Indigo. HEX triplet: 68, 0E and FA. RGB value is (104,14,250). Sum of RGB (Red+Green+Blue) = 104+14+250=368 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.26% from 368); Green value is 14 (5.86% from 255 or 3.80% from 368); Blue value is 250 (98.05% from 255 or 67.93% from 368); Max value from RGB is 250 - color contains mainly: blue. Hex color #680EFA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #680EFA is #97F105. Grayscale: #424242. Windows color (decimal): -9957638 or 16387688. OLE color: 16387688.

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

Color convert

RGB 104 14 250 -
CMYK 0.58 0.94 0 0.02
HSL 262.88º 0.96% 0.52% -
HSV(B) 262.88º 0.94% 0.98% -
XYZ 23.12 10.16 91.18 -
YUV 67.81 230.82 153.81 -
System Red Green Blue C M Y K H S L
Decimal 104 14 250 0.58 0.94 0 0.02 262.88 0.96 0.52
Hex 68 E FA 3A 5E 0 2 107 60 34
Octal 150 16 372 72 136 0 2 407 140 64
Binary 1101000 1110 11111010 111010 1011110 0 10 100000111 1100000 110100

Color Harmonies of #680EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680EFA

Black with #680EFA

Text Example


Text Example

White with #680EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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