Html Css Color HEX #680FDE Electric Indigo

📋 copy color: '#680FDE'

red 104 ◦ green 15 ◦ blue 222

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

Shades of Electric Indigo #680FDE

Tints of Electric Indigo #680FDE

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.4%

 BLUE value IS 222 (87.11% from 255) = 65.1%

R = 30.5%
G = 4.4%
B = 65.1%

CMYK

 C value IS 0.53

 M value IS 0.93

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#680FDE (or 0x680FDE) is known color: Electric Indigo. HEX triplet: 68, 0F and DE. RGB value is (104,15,222). Sum of RGB (Red+Green+Blue) = 104+15+222=341 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.50% from 341); Green value is 15 (6.25% from 255 or 4.40% from 341); Blue value is 222 (87.11% from 255 or 65.10% from 341); Max value from RGB is 222 - color contains mainly: blue. Hex color #680FDE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #680FDE is #97F021. Grayscale: #404040. Windows color (decimal): -9957410 or 14552936. OLE color: 14552936.

HSL color Cylindrical-coordinate representation of color #680FDE: hue angle of 265.8º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #680FDE is Cyan = 0.53, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 104 15 222 -
CMYK 0.53 0.93 0 0.13
HSL 265.8º 0.87% 0.46% -
HSV(B) 265.8º 0.93% 0.87% -
XYZ 19.06 8.56 69.75 -
YUV 65.21 216.49 155.67 -
System Red Green Blue C M Y K H S L
Decimal 104 15 222 0.53 0.93 0 0.13 265.8 0.87 0.46
Hex 68 F DE 35 5D 0 D 10A 57 2E
Octal 150 17 336 65 135 0 15 412 127 56
Binary 1101000 1111 11011110 110101 1011101 0 1101 100001010 1010111 101110

Color Harmonies of #680FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680FDE

Black with #680FDE

Text Example


Text Example

White with #680FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,15,222); }

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

background-color css

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

 a { background-color: rgb(104,15,222); }

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

border-color css

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

 span { border-color: rgb(104,15,222); }

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