Html Css Color HEX #680FDB Electric Indigo

📋 copy color: '#680FDB'

red 104 ◦ green 15 ◦ blue 219

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

Shades of Electric Indigo #680FDB

Tints of Electric Indigo #680FDB

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.44%

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

R = 30.77%
G = 4.44%
B = 64.79%

CMYK

 C value IS 0.53

 M value IS 0.93

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#680FDB (or 0x680FDB) is known color: Electric Indigo. HEX triplet: 68, 0F and DB. RGB value is (104,15,219). Sum of RGB (Red+Green+Blue) = 104+15+219=338 (44% of max value = 765). Red value is 104 (41.02% from 255 or 30.77% from 338); Green value is 15 (6.25% from 255 or 4.44% from 338); Blue value is 219 (85.94% from 255 or 64.79% from 338); Max value from RGB is 219 - color contains mainly: blue. Hex color #680FDB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #680FDB is #97F024. Grayscale: #404040. Windows color (decimal): -9957413 or 14356328. OLE color: 14356328.

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

Color convert

RGB 104 15 219 -
CMYK 0.53 0.93 0 0.14
HSL 266.18º 0.87% 0.46% -
HSV(B) 266.18º 0.93% 0.86% -
XYZ 18.67 8.4 67.66 -
YUV 64.87 214.99 155.91 -
System Red Green Blue C M Y K H S L
Decimal 104 15 219 0.53 0.93 0 0.14 266.18 0.87 0.46
Hex 68 F DB 35 5D 0 E 10A 57 2E
Octal 150 17 333 65 135 0 16 412 127 56
Binary 1101000 1111 11011011 110101 1011101 0 1110 100001010 1010111 101110

Color Harmonies of #680FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680FDB

Black with #680FDB

Text Example


Text Example

White with #680FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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