Html Css Color HEX #6710DC Electric Indigo

📋 copy color: '#6710DC'

red 103 ◦ green 16 ◦ blue 220

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

Shades of Electric Indigo #6710DC

Tints of Electric Indigo #6710DC

RGB

 RED value IS 103 (40.63% from 255) = 30.38%

 GREEN value IS 16 (6.64% from 255) = 4.72%

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

R = 30.38%
G = 4.72%
B = 64.9%

CMYK

 C value IS 0.53

 M value IS 0.93

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6710DC (or 0x6710DC) is known color: Electric Indigo. HEX triplet: 67, 10 and DC. RGB value is (103,16,220). Sum of RGB (Red+Green+Blue) = 103+16+220=339 (44% of max value = 765). Red value is 103 (40.62% from 255 or 30.38% from 339); Green value is 16 (6.64% from 255 or 4.72% from 339); Blue value is 220 (86.33% from 255 or 64.90% from 339); Max value from RGB is 220 - color contains mainly: blue. Hex color #6710DC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6710DC is #98EF23. Grayscale: #404040. Windows color (decimal): -10022692 or 14422119. OLE color: 14422119.

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

Color convert

RGB 103 16 220 -
CMYK 0.53 0.93 0 0.14
HSL 265.59º 0.86% 0.46% -
HSV(B) 265.59º 0.93% 0.86% -
XYZ 18.7 8.42 68.35 -
YUV 65.27 215.32 154.91 -
System Red Green Blue C M Y K H S L
Decimal 103 16 220 0.53 0.93 0 0.14 265.59 0.86 0.46
Hex 67 10 DC 35 5D 0 E 10A 56 2E
Octal 147 20 334 65 135 0 16 412 126 56
Binary 1100111 10000 11011100 110101 1011101 0 1110 100001010 1010110 101110

Color Harmonies of #6710DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6710DC

Black with #6710DC

Text Example


Text Example

White with #6710DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(103,16,220); }

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

background-color css

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

 a { background-color: rgb(103,16,220); }

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

border-color css

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

 span { border-color: rgb(103,16,220); }

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