Html Css Color HEX #680AFF Electric Indigo

📋 copy color: '#680AFF'

red 104 ◦ green 10 ◦ blue 255

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

Shades of Electric Indigo #680AFF

Tints of Electric Indigo #680AFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 69.11%

R = 28.18%
G = 2.71%
B = 69.11%

CMYK

 C value IS 0.59

 M value IS 0.96

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#680AFF (or 0x680AFF) is known color: Electric Indigo. HEX triplet: 68, 0A and FF. RGB value is (104,10,255). Sum of RGB (Red+Green+Blue) = 104+10+255=369 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.18% from 369); Green value is 10 (4.30% from 255 or 2.71% from 369); Blue value is 255 (100% from 255 or 69.11% from 369); Max value from RGB is 255 - color contains mainly: blue. Hex color #680AFF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #680AFF is #97F500. Grayscale: #414141. Windows color (decimal): -9958657 or 16714344. OLE color: 16714344.

HSL color Cylindrical-coordinate representation of color #680AFF: hue angle of 263.02º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #680AFF is Cyan = 0.59, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 104 10 255 -
CMYK 0.59 0.96 0 0
HSL 263.02º 1% 0.52% -
HSV(B) 263.02º 0.96% 1% -
XYZ 23.87 10.38 95.35 -
YUV 66.04 234.64 155.08 -
System Red Green Blue C M Y K H S L
Decimal 104 10 255 0.59 0.96 0 0 263.02 1 0.52
Hex 68 A FF 3B 60 0 0 107 64 34
Octal 150 12 377 73 140 0 0 407 144 64
Binary 1101000 1010 11111111 111011 1100000 0 0 100000111 1100100 110100

Color Harmonies of #680AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680AFF

Black with #680AFF

Text Example


Text Example

White with #680AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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