Html Css Color HEX #680AE0 Electric Indigo

📋 copy color: '#680AE0'

red 104 ◦ green 10 ◦ blue 224

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

Shades of Electric Indigo #680AE0

Tints of Electric Indigo #680AE0

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.96%

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

R = 30.77%
G = 2.96%
B = 66.27%

CMYK

 C value IS 0.54

 M value IS 0.96

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#680AE0 (or 0x680AE0) is known color: Electric Indigo. HEX triplet: 68, 0A and E0. RGB value is (104,10,224). Sum of RGB (Red+Green+Blue) = 104+10+224=338 (44% of max value = 765). Red value is 104 (41.02% from 255 or 30.77% from 338); Green value is 10 (4.30% from 255 or 2.96% from 338); Blue value is 224 (87.89% from 255 or 66.27% from 338); Max value from RGB is 224 - color contains mainly: blue. Hex color #680AE0 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #680AE0 is #97F51F. Grayscale: #3D3D3D. Windows color (decimal): -9958688 or 14682728. OLE color: 14682728.

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

Color convert

RGB 104 10 224 -
CMYK 0.54 0.96 0 0.12
HSL 266.36º 0.91% 0.46% -
HSV(B) 266.36º 0.96% 0.88% -
XYZ 19.27 8.54 71.15 -
YUV 62.5 219.14 157.6 -
System Red Green Blue C M Y K H S L
Decimal 104 10 224 0.54 0.96 0 0.12 266.36 0.91 0.46
Hex 68 A E0 36 60 0 C 10A 5B 2E
Octal 150 12 340 66 140 0 14 412 133 56
Binary 1101000 1010 11100000 110110 1100000 0 1100 100001010 1011011 101110

Color Harmonies of #680AE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680AE0

Black with #680AE0

Text Example


Text Example

White with #680AE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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