Html Css Color HEX #680EFC Electric Indigo

📋 copy color: '#680EFC'

red 104 ◦ green 14 ◦ blue 252

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

Shades of Electric Indigo #680EFC

Tints of Electric Indigo #680EFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 68.11%

R = 28.11%
G = 3.78%
B = 68.11%

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

#680EFC (or 0x680EFC) is known color: Electric Indigo. HEX triplet: 68, 0E and FC. RGB value is (104,14,252). Sum of RGB (Red+Green+Blue) = 104+14+252=370 (49% of max value = 765). Red value is 104 (41.02% from 255 or 28.11% from 370); Green value is 14 (5.86% from 255 or 3.78% from 370); Blue value is 252 (98.83% from 255 or 68.11% from 370); Max value from RGB is 252 - color contains mainly: blue. Hex color #680EFC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #680EFC is #97F103. Grayscale: #434343. Windows color (decimal): -9957636 or 16518760. OLE color: 16518760.

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

Color convert

RGB 104 14 252 -
CMYK 0.59 0.94 0 0.01
HSL 262.69º 0.98% 0.52% -
HSV(B) 262.69º 0.94% 0.99% -
XYZ 23.44 10.29 92.85 -
YUV 68.04 231.82 153.65 -
System Red Green Blue C M Y K H S L
Decimal 104 14 252 0.59 0.94 0 0.01 262.69 0.98 0.52
Hex 68 E FC 3B 5E 0 1 107 62 34
Octal 150 16 374 73 136 0 1 407 142 64
Binary 1101000 1110 11111100 111011 1011110 0 1 100000111 1100010 110100

Color Harmonies of #680EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680EFC

Black with #680EFC

Text Example


Text Example

White with #680EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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