Html Css Color HEX #680AFE Electric Indigo

📋 copy color: '#680AFE'

red 104 ◦ green 10 ◦ blue 254

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

Shades of Electric Indigo #680AFE

Tints of Electric Indigo #680AFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 69.02%

R = 28.26%
G = 2.72%
B = 69.02%

CMYK

 C value IS 0.59

 M value IS 0.96

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#680AFE (or 0x680AFE) is known color: Electric Indigo. HEX triplet: 68, 0A and FE. RGB value is (104,10,254). Sum of RGB (Red+Green+Blue) = 104+10+254=368 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.26% from 368); Green value is 10 (4.30% from 255 or 2.72% from 368); Blue value is 254 (99.61% from 255 or 69.02% from 368); Max value from RGB is 254 - color contains mainly: blue. Hex color #680AFE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #680AFE is #97F501. Grayscale: #414141. Windows color (decimal): -9958658 or 16648808. OLE color: 16648808.

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

Color convert

RGB 104 10 254 -
CMYK 0.59 0.96 0 0.00
HSL 263.11º 0.99% 0.52% -
HSV(B) 263.11º 0.96% 1% -
XYZ 23.71 10.32 94.51 -
YUV 65.92 234.14 155.16 -
System Red Green Blue C M Y K H S L
Decimal 104 10 254 0.59 0.96 0 0.00 263.11 0.99 0.52
Hex 68 A FE 3B 60 0 0 107 63 34
Octal 150 12 376 73 140 0 0 407 143 64
Binary 1101000 1010 11111110 111011 1100000 0 0 100000111 1100011 110100

Color Harmonies of #680AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680AFE

Black with #680AFE

Text Example


Text Example

White with #680AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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