Html Css Color HEX #680AED Electric Indigo

📋 copy color: '#680AED'

red 104 ◦ green 10 ◦ blue 237

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

Shades of Electric Indigo #680AED

Tints of Electric Indigo #680AED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 67.52%

R = 29.63%
G = 2.85%
B = 67.52%

CMYK

 C value IS 0.56

 M value IS 0.96

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#680AED (or 0x680AED) is known color: Electric Indigo. HEX triplet: 68, 0A and ED. RGB value is (104,10,237). Sum of RGB (Red+Green+Blue) = 104+10+237=351 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.63% from 351); Green value is 10 (4.30% from 255 or 2.85% from 351); Blue value is 237 (92.97% from 255 or 67.52% from 351); Max value from RGB is 237 - color contains mainly: blue. Hex color #680AED is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #680AED is #97F512. Grayscale: #3F3F3F. Windows color (decimal): -9958675 or 15534696. OLE color: 15534696.

HSL color Cylindrical-coordinate representation of color #680AED: hue angle of 264.85º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #680AED is Cyan = 0.56, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 104 10 237 -
CMYK 0.56 0.96 0 0.07
HSL 264.85º 0.92% 0.48% -
HSV(B) 264.85º 0.96% 0.93% -
XYZ 21.1 9.27 80.8 -
YUV 63.98 225.64 156.54 -
System Red Green Blue C M Y K H S L
Decimal 104 10 237 0.56 0.96 0 0.07 264.85 0.92 0.48
Hex 68 A ED 38 60 0 7 109 5C 30
Octal 150 12 355 70 140 0 7 411 134 60
Binary 1101000 1010 11101101 111000 1100000 0 111 100001001 1011100 110000

Color Harmonies of #680AED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680AED

Black with #680AED

Text Example


Text Example

White with #680AED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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