Html Css Color HEX #680CDB Electric Indigo

📋 copy color: '#680CDB'

red 104 ◦ green 12 ◦ blue 219

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

Shades of Electric Indigo #680CDB

Tints of Electric Indigo #680CDB

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.58%

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

R = 31.04%
G = 3.58%
B = 65.37%

CMYK

 C value IS 0.53

 M value IS 0.95

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#680CDB (or 0x680CDB) is known color: Electric Indigo. HEX triplet: 68, 0C and DB. RGB value is (104,12,219). Sum of RGB (Red+Green+Blue) = 104+12+219=335 (44% of max value = 765). Red value is 104 (41.02% from 255 or 31.04% from 335); Green value is 12 (5.08% from 255 or 3.58% from 335); Blue value is 219 (85.94% from 255 or 65.37% from 335); Max value from RGB is 219 - color contains mainly: blue. Hex color #680CDB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #680CDB is #97F324. Grayscale: #3E3E3E. Windows color (decimal): -9958181 or 14355560. OLE color: 14355560.

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

Color convert

RGB 104 12 219 -
CMYK 0.53 0.95 0 0.14
HSL 266.67º 0.9% 0.45% -
HSV(B) 266.67º 0.95% 0.86% -
XYZ 18.63 8.32 67.64 -
YUV 63.11 215.98 157.17 -
System Red Green Blue C M Y K H S L
Decimal 104 12 219 0.53 0.95 0 0.14 266.67 0.9 0.45
Hex 68 C DB 35 5F 0 E 10B 5A 2D
Octal 150 14 333 65 137 0 16 413 132 55
Binary 1101000 1100 11011011 110101 1011111 0 1110 100001011 1011010 101101

Color Harmonies of #680CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680CDB

Black with #680CDB

Text Example


Text Example

White with #680CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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