Html Css Color HEX #680CE0 Electric Indigo

📋 copy color: '#680CE0'

red 104 ◦ green 12 ◦ blue 224

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

Shades of Electric Indigo #680CE0

Tints of Electric Indigo #680CE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 65.88%

R = 30.59%
G = 3.53%
B = 65.88%

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

#680CE0 (or 0x680CE0) is known color: Electric Indigo. HEX triplet: 68, 0C and E0. RGB value is (104,12,224). Sum of RGB (Red+Green+Blue) = 104+12+224=340 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.59% from 340); Green value is 12 (5.08% from 255 or 3.53% from 340); Blue value is 224 (87.89% from 255 or 65.88% from 340); Max value from RGB is 224 - color contains mainly: blue. Hex color #680CE0 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #680CE0 is #97F31F. Grayscale: #3E3E3E. Windows color (decimal): -9958176 or 14683240. OLE color: 14683240.

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

Color convert

RGB 104 12 224 -
CMYK 0.54 0.95 0 0.12
HSL 266.04º 0.9% 0.46% -
HSV(B) 266.04º 0.95% 0.88% -
XYZ 19.29 8.59 71.16 -
YUV 63.68 218.48 156.76 -
System Red Green Blue C M Y K H S L
Decimal 104 12 224 0.54 0.95 0 0.12 266.04 0.9 0.46
Hex 68 C E0 36 5F 0 C 10A 5A 2E
Octal 150 14 340 66 137 0 14 412 132 56
Binary 1101000 1100 11100000 110110 1011111 0 1100 100001010 1011010 101110

Color Harmonies of #680CE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680CE0

Black with #680CE0

Text Example


Text Example

White with #680CE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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