Html Css Color HEX #680BE1 Electric Indigo

📋 copy color: '#680BE1'

red 104 ◦ green 11 ◦ blue 225

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

Shades of Electric Indigo #680BE1

Tints of Electric Indigo #680BE1

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.24%

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

R = 30.59%
G = 3.24%
B = 66.18%

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

#680BE1 (or 0x680BE1) is known color: Electric Indigo. HEX triplet: 68, 0B and E1. RGB value is (104,11,225). Sum of RGB (Red+Green+Blue) = 104+11+225=340 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.59% from 340); Green value is 11 (4.69% from 255 or 3.24% from 340); Blue value is 225 (88.28% from 255 or 66.18% from 340); Max value from RGB is 225 - color contains mainly: blue. Hex color #680BE1 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #680BE1 is #97F41E. Grayscale: #3E3E3E. Windows color (decimal): -9958431 or 14748520. OLE color: 14748520.

HSL color Cylindrical-coordinate representation of color #680BE1: hue angle of 266.07º degrees, saturation: 0.91, 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 #680BE1 is Cyan = 0.54, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 104 11 225 -
CMYK 0.54 0.95 0 0.12
HSL 266.07º 0.91% 0.46% -
HSV(B) 266.07º 0.95% 0.88% -
XYZ 19.42 8.62 71.87 -
YUV 63.2 219.31 157.1 -
System Red Green Blue C M Y K H S L
Decimal 104 11 225 0.54 0.95 0 0.12 266.07 0.91 0.46
Hex 68 B E1 36 5F 0 C 10A 5B 2E
Octal 150 13 341 66 137 0 14 412 133 56
Binary 1101000 1011 11100001 110110 1011111 0 1100 100001010 1011011 101110

Color Harmonies of #680BE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680BE1

Black with #680BE1

Text Example


Text Example

White with #680BE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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