Html Css Color HEX #680FDF Electric Indigo

📋 copy color: '#680FDF'

red 104 ◦ green 15 ◦ blue 223

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

Shades of Electric Indigo #680FDF

Tints of Electric Indigo #680FDF

RGB

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

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

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

R = 30.41%
G = 4.39%
B = 65.2%

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

#680FDF (or 0x680FDF) is known color: Electric Indigo. HEX triplet: 68, 0F and DF. RGB value is (104,15,223). Sum of RGB (Red+Green+Blue) = 104+15+223=342 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.41% from 342); Green value is 15 (6.25% from 255 or 4.39% from 342); Blue value is 223 (87.5% from 255 or 65.20% from 342); Max value from RGB is 223 - color contains mainly: blue. Hex color #680FDF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #680FDF is #97F020. Grayscale: #404040. Windows color (decimal): -9957409 or 14618472. OLE color: 14618472.

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

Color convert

RGB 104 15 223 -
CMYK 0.53 0.93 0 0.13
HSL 265.67º 0.87% 0.47% -
HSV(B) 265.67º 0.93% 0.87% -
XYZ 19.2 8.61 70.46 -
YUV 65.32 216.99 155.59 -
System Red Green Blue C M Y K H S L
Decimal 104 15 223 0.53 0.93 0 0.13 265.67 0.87 0.47
Hex 68 F DF 35 5D 0 D 10A 57 2F
Octal 150 17 337 65 135 0 15 412 127 57
Binary 1101000 1111 11011111 110101 1011101 0 1101 100001010 1010111 101111

Color Harmonies of #680FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680FDF

Black with #680FDF

Text Example


Text Example

White with #680FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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