Html Css Color HEX #680CFF Electric Indigo

📋 copy color: '#680CFF'

red 104 ◦ green 12 ◦ blue 255

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

Shades of Electric Indigo #680CFF

Tints of Electric Indigo #680CFF

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.23%

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

R = 28.03%
G = 3.23%
B = 68.73%

CMYK

 C value IS 0.59

 M value IS 0.95

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#680CFF (or 0x680CFF) is known color: Electric Indigo. HEX triplet: 68, 0C and FF. RGB value is (104,12,255). Sum of RGB (Red+Green+Blue) = 104+12+255=371 (49% of max value = 765). Red value is 104 (41.02% from 255 or 28.03% from 371); Green value is 12 (5.08% from 255 or 3.23% from 371); Blue value is 255 (100% from 255 or 68.73% from 371); Max value from RGB is 255 - color contains mainly: blue. Hex color #680CFF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #680CFF is #97F300. Grayscale: #424242. Windows color (decimal): -9958145 or 16714856. OLE color: 16714856.

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

Color convert

RGB 104 12 255 -
CMYK 0.59 0.95 0 0
HSL 262.72º 1% 0.52% -
HSV(B) 262.72º 0.95% 1% -
XYZ 23.89 10.43 95.36 -
YUV 67.21 233.98 154.24 -
System Red Green Blue C M Y K H S L
Decimal 104 12 255 0.59 0.95 0 0 262.72 1 0.52
Hex 68 C FF 3B 5F 0 0 107 64 34
Octal 150 14 377 73 137 0 0 407 144 64
Binary 1101000 1100 11111111 111011 1011111 0 0 100000111 1100100 110100

Color Harmonies of #680CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680CFF

Black with #680CFF

Text Example


Text Example

White with #680CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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