Html Css Color HEX #680FDD Electric Indigo

📋 copy color: '#680FDD'

red 104 ◦ green 15 ◦ blue 221

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

Shades of Electric Indigo #680FDD

Tints of Electric Indigo #680FDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 65%

R = 30.59%
G = 4.41%
B = 65%

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

#680FDD (or 0x680FDD) is known color: Electric Indigo. HEX triplet: 68, 0F and DD. RGB value is (104,15,221). Sum of RGB (Red+Green+Blue) = 104+15+221=340 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.59% from 340); Green value is 15 (6.25% from 255 or 4.41% from 340); Blue value is 221 (86.72% from 255 or 65% from 340); Max value from RGB is 221 - color contains mainly: blue. Hex color #680FDD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #680FDD is #97F022. Grayscale: #404040. Windows color (decimal): -9957411 or 14487400. OLE color: 14487400.

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

Color convert

RGB 104 15 221 -
CMYK 0.53 0.93 0 0.13
HSL 265.92º 0.87% 0.46% -
HSV(B) 265.92º 0.93% 0.87% -
XYZ 18.93 8.51 69.05 -
YUV 65.1 215.99 155.75 -
System Red Green Blue C M Y K H S L
Decimal 104 15 221 0.53 0.93 0 0.13 265.92 0.87 0.46
Hex 68 F DD 35 5D 0 D 10A 57 2E
Octal 150 17 335 65 135 0 15 412 127 56
Binary 1101000 1111 11011101 110101 1011101 0 1101 100001010 1010111 101110

Color Harmonies of #680FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680FDD

Black with #680FDD

Text Example


Text Example

White with #680FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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