Html Css Color HEX #680DDB Electric Indigo

📋 copy color: '#680DDB'

red 104 ◦ green 13 ◦ blue 219

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

Shades of Electric Indigo #680DDB

Tints of Electric Indigo #680DDB

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.87%

 BLUE value IS 219 (85.94% from 255) = 65.18%

R = 30.95%
G = 3.87%
B = 65.18%

CMYK

 C value IS 0.53

 M value IS 0.94

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#680DDB (or 0x680DDB) is known color: Electric Indigo. HEX triplet: 68, 0D and DB. RGB value is (104,13,219). Sum of RGB (Red+Green+Blue) = 104+13+219=336 (44% of max value = 765). Red value is 104 (41.02% from 255 or 30.95% from 336); Green value is 13 (5.47% from 255 or 3.87% from 336); Blue value is 219 (85.94% from 255 or 65.18% from 336); Max value from RGB is 219 - color contains mainly: blue. Hex color #680DDB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #680DDB is #97F224. Grayscale: #3E3E3E. Windows color (decimal): -9957925 or 14355816. OLE color: 14355816.

HSL color Cylindrical-coordinate representation of color #680DDB: hue angle of 266.5º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #680DDB is Cyan = 0.53, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 104 13 219 -
CMYK 0.53 0.94 0 0.14
HSL 266.5º 0.89% 0.45% -
HSV(B) 266.5º 0.94% 0.86% -
XYZ 18.64 8.35 67.65 -
YUV 63.69 215.65 156.75 -
System Red Green Blue C M Y K H S L
Decimal 104 13 219 0.53 0.94 0 0.14 266.5 0.89 0.45
Hex 68 D DB 35 5E 0 E 10B 59 2D
Octal 150 15 333 65 136 0 16 413 131 55
Binary 1101000 1101 11011011 110101 1011110 0 1110 100001011 1011001 101101

Color Harmonies of #680DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680DDB

Black with #680DDB

Text Example


Text Example

White with #680DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,13,219); }

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

background-color css

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

 a { background-color: rgb(104,13,219); }

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

border-color css

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

 span { border-color: rgb(104,13,219); }

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