Html Css Color HEX #680EFF Electric Indigo

📋 copy color: '#680EFF'

red 104 ◦ green 14 ◦ blue 255

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

Shades of Electric Indigo #680EFF

Tints of Electric Indigo #680EFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 68.36%

R = 27.88%
G = 3.75%
B = 68.36%

CMYK

 C value IS 0.59

 M value IS 0.95

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#680EFF (or 0x680EFF) is known color: Electric Indigo. HEX triplet: 68, 0E and FF. RGB value is (104,14,255). Sum of RGB (Red+Green+Blue) = 104+14+255=373 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.88% from 373); Green value is 14 (5.86% from 255 or 3.75% from 373); Blue value is 255 (100% from 255 or 68.36% from 373); Max value from RGB is 255 - color contains mainly: blue. Hex color #680EFF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #680EFF is #97F100. Grayscale: #434343. Windows color (decimal): -9957633 or 16715368. OLE color: 16715368.

HSL color Cylindrical-coordinate representation of color #680EFF: hue angle of 262.41º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #680EFF is Cyan = 0.59, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 104 14 255 -
CMYK 0.59 0.95 0 0
HSL 262.41º 1% 0.53% -
HSV(B) 262.41º 0.95% 1% -
XYZ 23.92 10.48 95.37 -
YUV 68.38 233.32 153.4 -
System Red Green Blue C M Y K H S L
Decimal 104 14 255 0.59 0.95 0 0 262.41 1 0.53
Hex 68 E FF 3B 5F 0 0 106 64 35
Octal 150 16 377 73 137 0 0 406 144 65
Binary 1101000 1110 11111111 111011 1011111 0 0 100000110 1100100 110101

Color Harmonies of #680EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680EFF

Black with #680EFF

Text Example


Text Example

White with #680EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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