Html Css Color HEX #680CDA Electric Indigo

📋 copy color: '#680CDA'

red 104 ◦ green 12 ◦ blue 218

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

Shades of Electric Indigo #680CDA

Tints of Electric Indigo #680CDA

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.59%

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

R = 31.14%
G = 3.59%
B = 65.27%

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

#680CDA (or 0x680CDA) is known color: Electric Indigo. HEX triplet: 68, 0C and DA. RGB value is (104,12,218). Sum of RGB (Red+Green+Blue) = 104+12+218=334 (44% of max value = 765). Red value is 104 (41.02% from 255 or 31.14% from 334); Green value is 12 (5.08% from 255 or 3.59% from 334); Blue value is 218 (85.55% from 255 or 65.27% from 334); Max value from RGB is 218 - color contains mainly: blue. Hex color #680CDA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #680CDA is #97F325. Grayscale: #3E3E3E. Windows color (decimal): -9958182 or 14290024. OLE color: 14290024.

HSL color Cylindrical-coordinate representation of color #680CDA: hue angle of 266.8º degrees, saturation: 0.9, 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 #680CDA is Cyan = 0.52, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 104 12 218 -
CMYK 0.52 0.94 0 0.15
HSL 266.8º 0.9% 0.45% -
HSV(B) 266.8º 0.94% 0.85% -
XYZ 18.5 8.27 66.95 -
YUV 62.99 215.48 157.25 -
System Red Green Blue C M Y K H S L
Decimal 104 12 218 0.52 0.94 0 0.15 266.8 0.9 0.45
Hex 68 C DA 34 5E 0 F 10B 5A 2D
Octal 150 14 332 64 136 0 17 413 132 55
Binary 1101000 1100 11011010 110100 1011110 0 1111 100001011 1011010 101101

Color Harmonies of #680CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680CDA

Black with #680CDA

Text Example


Text Example

White with #680CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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