Html Css Color HEX #680EFB Electric Indigo

📋 copy color: '#680EFB'

red 104 ◦ green 14 ◦ blue 251

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

Shades of Electric Indigo #680EFB

Tints of Electric Indigo #680EFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 68.02%

R = 28.18%
G = 3.79%
B = 68.02%

CMYK

 C value IS 0.59

 M value IS 0.94

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#680EFB (or 0x680EFB) is known color: Electric Indigo. HEX triplet: 68, 0E and FB. RGB value is (104,14,251). Sum of RGB (Red+Green+Blue) = 104+14+251=369 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.18% from 369); Green value is 14 (5.86% from 255 or 3.79% from 369); Blue value is 251 (98.44% from 255 or 68.02% from 369); Max value from RGB is 251 - color contains mainly: blue. Hex color #680EFB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #680EFB is #97F104. Grayscale: #434343. Windows color (decimal): -9957637 or 16453224. OLE color: 16453224.

HSL color Cylindrical-coordinate representation of color #680EFB: hue angle of 262.78º degrees, saturation: 0.97, 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 #680EFB is Cyan = 0.59, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 104 14 251 -
CMYK 0.59 0.94 0 0.02
HSL 262.78º 0.97% 0.52% -
HSV(B) 262.78º 0.94% 0.98% -
XYZ 23.28 10.22 92.01 -
YUV 67.93 231.32 153.73 -
System Red Green Blue C M Y K H S L
Decimal 104 14 251 0.59 0.94 0 0.02 262.78 0.97 0.52
Hex 68 E FB 3B 5E 0 2 107 61 34
Octal 150 16 373 73 136 0 2 407 141 64
Binary 1101000 1110 11111011 111011 1011110 0 10 100000111 1100001 110100

Color Harmonies of #680EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680EFB

Black with #680EFB

Text Example


Text Example

White with #680EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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