Html Css Color HEX #680DDF Electric Indigo

📋 copy color: '#680DDF'

red 104 ◦ green 13 ◦ blue 223

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

Shades of Electric Indigo #680DDF

Tints of Electric Indigo #680DDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 65.59%

R = 30.59%
G = 3.82%
B = 65.59%

CMYK

 C value IS 0.53

 M value IS 0.94

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#680DDF (or 0x680DDF) is known color: Electric Indigo. HEX triplet: 68, 0D and DF. RGB value is (104,13,223). Sum of RGB (Red+Green+Blue) = 104+13+223=340 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.59% from 340); Green value is 13 (5.47% from 255 or 3.82% from 340); Blue value is 223 (87.5% from 255 or 65.59% from 340); Max value from RGB is 223 - color contains mainly: blue. Hex color #680DDF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #680DDF is #97F220. Grayscale: #3F3F3F. Windows color (decimal): -9957921 or 14617960. OLE color: 14617960.

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

Color convert

RGB 104 13 223 -
CMYK 0.53 0.94 0 0.13
HSL 266º 0.89% 0.46% -
HSV(B) 266º 0.94% 0.87% -
XYZ 19.17 8.56 70.45 -
YUV 64.15 217.65 156.42 -
System Red Green Blue C M Y K H S L
Decimal 104 13 223 0.53 0.94 0 0.13 266 0.89 0.46
Hex 68 D DF 35 5E 0 D 10A 59 2E
Octal 150 15 337 65 136 0 15 412 131 56
Binary 1101000 1101 11011111 110101 1011110 0 1101 100001010 1011001 101110

Color Harmonies of #680DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680DDF

Black with #680DDF

Text Example


Text Example

White with #680DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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