Html Css Color HEX #680DDE Electric Indigo

📋 copy color: '#680DDE'

red 104 ◦ green 13 ◦ blue 222

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

Shades of Electric Indigo #680DDE

Tints of Electric Indigo #680DDE

RGB

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

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

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

R = 30.68%
G = 3.83%
B = 65.49%

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

#680DDE (or 0x680DDE) is known color: Electric Indigo. HEX triplet: 68, 0D and DE. RGB value is (104,13,222). Sum of RGB (Red+Green+Blue) = 104+13+222=339 (44% of max value = 765). Red value is 104 (41.02% from 255 or 30.68% from 339); Green value is 13 (5.47% from 255 or 3.83% from 339); Blue value is 222 (87.11% from 255 or 65.49% from 339); Max value from RGB is 222 - color contains mainly: blue. Hex color #680DDE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #680DDE is #97F221. Grayscale: #3F3F3F. Windows color (decimal): -9957922 or 14552424. OLE color: 14552424.

HSL color Cylindrical-coordinate representation of color #680DDE: hue angle of 266.12º 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 #680DDE is Cyan = 0.53, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 104 13 222 -
CMYK 0.53 0.94 0 0.13
HSL 266.12º 0.89% 0.46% -
HSV(B) 266.12º 0.94% 0.87% -
XYZ 19.04 8.5 69.75 -
YUV 64.04 217.15 156.51 -
System Red Green Blue C M Y K H S L
Decimal 104 13 222 0.53 0.94 0 0.13 266.12 0.89 0.46
Hex 68 D DE 35 5E 0 D 10A 59 2E
Octal 150 15 336 65 136 0 15 412 131 56
Binary 1101000 1101 11011110 110101 1011110 0 1101 100001010 1011001 101110

Color Harmonies of #680DDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680DDE

Black with #680DDE

Text Example


Text Example

White with #680DDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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