Html Css Color HEX #680AFC Electric Indigo

📋 copy color: '#680AFC'

red 104 ◦ green 10 ◦ blue 252

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

Shades of Electric Indigo #680AFC

Tints of Electric Indigo #680AFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 68.85%

R = 28.42%
G = 2.73%
B = 68.85%

CMYK

 C value IS 0.59

 M value IS 0.96

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#680AFC (or 0x680AFC) is known color: Electric Indigo. HEX triplet: 68, 0A and FC. RGB value is (104,10,252). Sum of RGB (Red+Green+Blue) = 104+10+252=366 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.42% from 366); Green value is 10 (4.30% from 255 or 2.73% from 366); Blue value is 252 (98.83% from 255 or 68.85% from 366); Max value from RGB is 252 - color contains mainly: blue. Hex color #680AFC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #680AFC is #97F503. Grayscale: #404040. Windows color (decimal): -9958660 or 16517736. OLE color: 16517736.

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

Color convert

RGB 104 10 252 -
CMYK 0.59 0.96 0 0.01
HSL 263.31º 0.98% 0.51% -
HSV(B) 263.31º 0.96% 0.99% -
XYZ 23.39 10.19 92.83 -
YUV 65.69 233.14 155.32 -
System Red Green Blue C M Y K H S L
Decimal 104 10 252 0.59 0.96 0 0.01 263.31 0.98 0.51
Hex 68 A FC 3B 60 0 1 107 62 33
Octal 150 12 374 73 140 0 1 407 142 63
Binary 1101000 1010 11111100 111011 1100000 0 1 100000111 1100010 110011

Color Harmonies of #680AFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680AFC

Black with #680AFC

Text Example


Text Example

White with #680AFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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