Html Css Color HEX #6802DC Electric Indigo

📋 copy color: '#6802DC'

red 104 ◦ green 2 ◦ blue 220

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

Shades of Electric Indigo #6802DC

Tints of Electric Indigo #6802DC

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.61%

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

R = 31.9%
G = 0.61%
B = 67.48%

CMYK

 C value IS 0.53

 M value IS 0.99

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6802DC (or 0x6802DC) is known color: Electric Indigo. HEX triplet: 68, 02 and DC. RGB value is (104,2,220). Sum of RGB (Red+Green+Blue) = 104+2+220=326 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.90% from 326); Green value is 2 (1.17% from 255 or 0.61% from 326); Blue value is 220 (86.33% from 255 or 67.48% from 326); Max value from RGB is 220 - color contains mainly: blue. Hex color #6802DC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6802DC is #97FD23. Grayscale: #383838. Windows color (decimal): -9960740 or 14418536. OLE color: 14418536.

HSL color Cylindrical-coordinate representation of color #6802DC: hue angle of 268.07º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6802DC is Cyan = 0.53, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 104 2 220 -
CMYK 0.53 0.99 0 0.14
HSL 268.07º 0.98% 0.44% -
HSV(B) 268.07º 0.99% 0.86% -
XYZ 18.65 8.15 68.3 -
YUV 57.35 219.79 161.27 -
System Red Green Blue C M Y K H S L
Decimal 104 2 220 0.53 0.99 0 0.14 268.07 0.98 0.44
Hex 68 2 DC 35 63 0 E 10C 62 2C
Octal 150 2 334 65 143 0 16 414 142 54
Binary 1101000 10 11011100 110101 1100011 0 1110 100001100 1100010 101100

Color Harmonies of #6802DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6802DC

Black with #6802DC

Text Example


Text Example

White with #6802DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6802DC; }

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

 H1.HeaderClassName
 {
   color: #6802DC;
 }
 .AnyTagClassName
 {
   color: #6802DC;
 }
</style>

background-color css

<style>
 a { background-color: #6802DC; }

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

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

border-color css

<style>
 span { border-color: #6802DC; }

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

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