Html Css Color HEX #6710DE Electric Indigo

📋 copy color: '#6710DE'

red 103 ◦ green 16 ◦ blue 222

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

Shades of Electric Indigo #6710DE

Tints of Electric Indigo #6710DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 65.1%

R = 30.21%
G = 4.69%
B = 65.1%

CMYK

 C value IS 0.54

 M value IS 0.93

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6710DE (or 0x6710DE) is known color: Electric Indigo. HEX triplet: 67, 10 and DE. RGB value is (103,16,222). Sum of RGB (Red+Green+Blue) = 103+16+222=341 (45% of max value = 765). Red value is 103 (40.62% from 255 or 30.21% from 341); Green value is 16 (6.64% from 255 or 4.69% from 341); Blue value is 222 (87.11% from 255 or 65.10% from 341); Max value from RGB is 222 - color contains mainly: blue. Hex color #6710DE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6710DE is #98EF21. Grayscale: #404040. Windows color (decimal): -10022690 or 14553191. OLE color: 14553191.

HSL color Cylindrical-coordinate representation of color #6710DE: hue angle of 265.34º 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 #6710DE is Cyan = 0.54, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 103 16 222 -
CMYK 0.54 0.93 0 0.13
HSL 265.34º 0.87% 0.47% -
HSV(B) 265.34º 0.93% 0.87% -
XYZ 18.96 8.53 69.75 -
YUV 65.5 216.32 154.75 -
System Red Green Blue C M Y K H S L
Decimal 103 16 222 0.54 0.93 0 0.13 265.34 0.87 0.47
Hex 67 10 DE 36 5D 0 D 109 57 2F
Octal 147 20 336 66 135 0 15 411 127 57
Binary 1100111 10000 11011110 110110 1011101 0 1101 100001001 1010111 101111

Color Harmonies of #6710DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6710DE

Black with #6710DE

Text Example


Text Example

White with #6710DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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