Html Css Color HEX #680EDA Electric Indigo

📋 copy color: '#680EDA'

red 104 ◦ green 14 ◦ blue 218

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

Shades of Electric Indigo #680EDA

Tints of Electric Indigo #680EDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 64.88%

R = 30.95%
G = 4.17%
B = 64.88%

CMYK

 C value IS 0.52

 M value IS 0.94

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#680EDA (or 0x680EDA) is known color: Electric Indigo. HEX triplet: 68, 0E and DA. RGB value is (104,14,218). Sum of RGB (Red+Green+Blue) = 104+14+218=336 (44% of max value = 765). Red value is 104 (41.02% from 255 or 30.95% from 336); Green value is 14 (5.86% from 255 or 4.17% from 336); Blue value is 218 (85.55% from 255 or 64.88% from 336); Max value from RGB is 218 - color contains mainly: blue. Hex color #680EDA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #680EDA is #97F125. Grayscale: #3F3F3F. Windows color (decimal): -9957670 or 14290536. OLE color: 14290536.

HSL color Cylindrical-coordinate representation of color #680EDA: hue angle of 266.47º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #680EDA is Cyan = 0.52, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 104 14 218 -
CMYK 0.52 0.94 0 0.15
HSL 266.47º 0.88% 0.45% -
HSV(B) 266.47º 0.94% 0.85% -
XYZ 18.52 8.32 66.96 -
YUV 64.17 214.82 156.41 -
System Red Green Blue C M Y K H S L
Decimal 104 14 218 0.52 0.94 0 0.15 266.47 0.88 0.45
Hex 68 E DA 34 5E 0 F 10A 58 2D
Octal 150 16 332 64 136 0 17 412 130 55
Binary 1101000 1110 11011010 110100 1011110 0 1111 100001010 1011000 101101

Color Harmonies of #680EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680EDA

Black with #680EDA

Text Example


Text Example

White with #680EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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