Html Css Color HEX #680EFD Electric Indigo

📋 copy color: '#680EFD'

red 104 ◦ green 14 ◦ blue 253

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

Shades of Electric Indigo #680EFD

Tints of Electric Indigo #680EFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 68.19%

R = 28.03%
G = 3.77%
B = 68.19%

CMYK

 C value IS 0.59

 M value IS 0.94

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#680EFD (or 0x680EFD) is known color: Electric Indigo. HEX triplet: 68, 0E and FD. RGB value is (104,14,253). Sum of RGB (Red+Green+Blue) = 104+14+253=371 (49% of max value = 765). Red value is 104 (41.02% from 255 or 28.03% from 371); Green value is 14 (5.86% from 255 or 3.77% from 371); Blue value is 253 (99.22% from 255 or 68.19% from 371); Max value from RGB is 253 - color contains mainly: blue. Hex color #680EFD is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #680EFD is #97F102. Grayscale: #434343. Windows color (decimal): -9957635 or 16584296. OLE color: 16584296.

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

Color convert

RGB 104 14 253 -
CMYK 0.59 0.94 0 0.01
HSL 262.59º 0.98% 0.52% -
HSV(B) 262.59º 0.94% 0.99% -
XYZ 23.6 10.35 93.68 -
YUV 68.16 232.32 153.57 -
System Red Green Blue C M Y K H S L
Decimal 104 14 253 0.59 0.94 0 0.01 262.59 0.98 0.52
Hex 68 E FD 3B 5E 0 1 107 62 34
Octal 150 16 375 73 136 0 1 407 142 64
Binary 1101000 1110 11111101 111011 1011110 0 1 100000111 1100010 110100

Color Harmonies of #680EFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680EFD

Black with #680EFD

Text Example


Text Example

White with #680EFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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