Html Css Color HEX #680BDC Electric Indigo

📋 copy color: '#680BDC'

red 104 ◦ green 11 ◦ blue 220

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

Shades of Electric Indigo #680BDC

Tints of Electric Indigo #680BDC

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.28%

 BLUE value IS 220 (86.33% from 255) = 65.67%

R = 31.04%
G = 3.28%
B = 65.67%

CMYK

 C value IS 0.53

 M value IS 0.95

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#680BDC (or 0x680BDC) is known color: Electric Indigo. HEX triplet: 68, 0B and DC. RGB value is (104,11,220). Sum of RGB (Red+Green+Blue) = 104+11+220=335 (44% of max value = 765). Red value is 104 (41.02% from 255 or 31.04% from 335); Green value is 11 (4.69% from 255 or 3.28% from 335); Blue value is 220 (86.33% from 255 or 65.67% from 335); Max value from RGB is 220 - color contains mainly: blue. Hex color #680BDC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #680BDC is #97F423. Grayscale: #3D3D3D. Windows color (decimal): -9958436 or 14420840. OLE color: 14420840.

HSL color Cylindrical-coordinate representation of color #680BDC: hue angle of 266.7º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #680BDC is Cyan = 0.53, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 104 11 220 -
CMYK 0.53 0.95 0 0.14
HSL 266.7º 0.9% 0.45% -
HSV(B) 266.7º 0.95% 0.86% -
XYZ 18.75 8.35 68.33 -
YUV 62.63 216.81 157.51 -
System Red Green Blue C M Y K H S L
Decimal 104 11 220 0.53 0.95 0 0.14 266.7 0.9 0.45
Hex 68 B DC 35 5F 0 E 10B 5A 2D
Octal 150 13 334 65 137 0 16 413 132 55
Binary 1101000 1011 11011100 110101 1011111 0 1110 100001011 1011010 101101

Color Harmonies of #680BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680BDC

Black with #680BDC

Text Example


Text Example

White with #680BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,11,220); }

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

background-color css

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

 a { background-color: rgb(104,11,220); }

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

border-color css

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

 span { border-color: rgb(104,11,220); }

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