Html Css Color HEX #680CE1 Electric Indigo

📋 copy color: '#680CE1'

red 104 ◦ green 12 ◦ blue 225

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

Shades of Electric Indigo #680CE1

Tints of Electric Indigo #680CE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 65.98%

R = 30.5%
G = 3.52%
B = 65.98%

CMYK

 C value IS 0.54

 M value IS 0.95

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#680CE1 (or 0x680CE1) is known color: Electric Indigo. HEX triplet: 68, 0C and E1. RGB value is (104,12,225). Sum of RGB (Red+Green+Blue) = 104+12+225=341 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.50% from 341); Green value is 12 (5.08% from 255 or 3.52% from 341); Blue value is 225 (88.28% from 255 or 65.98% from 341); Max value from RGB is 225 - color contains mainly: blue. Hex color #680CE1 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #680CE1 is #97F31E. Grayscale: #3F3F3F. Windows color (decimal): -9958175 or 14748776. OLE color: 14748776.

HSL color Cylindrical-coordinate representation of color #680CE1: hue angle of 265.92º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #680CE1 is Cyan = 0.54, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 104 12 225 -
CMYK 0.54 0.95 0 0.12
HSL 265.92º 0.9% 0.46% -
HSV(B) 265.92º 0.95% 0.88% -
XYZ 19.43 8.64 71.88 -
YUV 63.79 218.98 156.68 -
System Red Green Blue C M Y K H S L
Decimal 104 12 225 0.54 0.95 0 0.12 265.92 0.9 0.46
Hex 68 C E1 36 5F 0 C 10A 5A 2E
Octal 150 14 341 66 137 0 14 412 132 56
Binary 1101000 1100 11100001 110110 1011111 0 1100 100001010 1011010 101110

Color Harmonies of #680CE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680CE1

Black with #680CE1

Text Example


Text Example

White with #680CE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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