Html Css Color HEX #680DFE Electric Indigo

📋 copy color: '#680DFE'

red 104 ◦ green 13 ◦ blue 254

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

Shades of Electric Indigo #680DFE

Tints of Electric Indigo #680DFE

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.5%

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

R = 28.03%
G = 3.5%
B = 68.46%

CMYK

 C value IS 0.59

 M value IS 0.95

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#680DFE (or 0x680DFE) is known color: Electric Indigo. HEX triplet: 68, 0D and FE. RGB value is (104,13,254). Sum of RGB (Red+Green+Blue) = 104+13+254=371 (49% of max value = 765). Red value is 104 (41.02% from 255 or 28.03% from 371); Green value is 13 (5.47% from 255 or 3.50% from 371); Blue value is 254 (99.61% from 255 or 68.46% from 371); Max value from RGB is 254 - color contains mainly: blue. Hex color #680DFE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #680DFE is #97F201. Grayscale: #424242. Windows color (decimal): -9957890 or 16649576. OLE color: 16649576.

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

Color convert

RGB 104 13 254 -
CMYK 0.59 0.95 0 0.00
HSL 262.66º 0.99% 0.52% -
HSV(B) 262.66º 0.95% 1% -
XYZ 23.74 10.39 94.52 -
YUV 67.68 233.15 153.9 -
System Red Green Blue C M Y K H S L
Decimal 104 13 254 0.59 0.95 0 0.00 262.66 0.99 0.52
Hex 68 D FE 3B 5F 0 0 107 63 34
Octal 150 15 376 73 137 0 0 407 143 64
Binary 1101000 1101 11111110 111011 1011111 0 0 100000111 1100011 110100

Color Harmonies of #680DFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680DFE

Black with #680DFE

Text Example


Text Example

White with #680DFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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