Html Css Color HEX #680DDA Electric Indigo

📋 copy color: '#680DDA'

red 104 ◦ green 13 ◦ blue 218

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

Shades of Electric Indigo #680DDA

Tints of Electric Indigo #680DDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 65.07%

R = 31.04%
G = 3.88%
B = 65.07%

CMYK

 C value IS 0.52

 M value IS 0.94

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#680DDA (or 0x680DDA) is known color: Electric Indigo. HEX triplet: 68, 0D and DA. RGB value is (104,13,218). Sum of RGB (Red+Green+Blue) = 104+13+218=335 (44% of max value = 765). Red value is 104 (41.02% from 255 or 31.04% from 335); Green value is 13 (5.47% from 255 or 3.88% from 335); Blue value is 218 (85.55% from 255 or 65.07% from 335); Max value from RGB is 218 - color contains mainly: blue. Hex color #680DDA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #680DDA is #97F225. Grayscale: #3E3E3E. Windows color (decimal): -9957926 or 14290280. OLE color: 14290280.

HSL color Cylindrical-coordinate representation of color #680DDA: hue angle of 266.63º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #680DDA is Cyan = 0.52, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 104 13 218 -
CMYK 0.52 0.94 0 0.15
HSL 266.63º 0.89% 0.45% -
HSV(B) 266.63º 0.94% 0.85% -
XYZ 18.51 8.29 66.95 -
YUV 63.58 215.15 156.83 -
System Red Green Blue C M Y K H S L
Decimal 104 13 218 0.52 0.94 0 0.15 266.63 0.89 0.45
Hex 68 D DA 34 5E 0 F 10B 59 2D
Octal 150 15 332 64 136 0 17 413 131 55
Binary 1101000 1101 11011010 110100 1011110 0 1111 100001011 1011001 101101

Color Harmonies of #680DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680DDA

Black with #680DDA

Text Example


Text Example

White with #680DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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