Html Css Color HEX #6710E7 Electric Indigo

📋 copy color: '#6710E7'

red 103 ◦ green 16 ◦ blue 231

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

Shades of Electric Indigo #6710E7

Tints of Electric Indigo #6710E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 66%

R = 29.43%
G = 4.57%
B = 66%

CMYK

 C value IS 0.55

 M value IS 0.93

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#6710E7 (or 0x6710E7) is known color: Electric Indigo. HEX triplet: 67, 10 and E7. RGB value is (103,16,231). Sum of RGB (Red+Green+Blue) = 103+16+231=350 (46% of max value = 765). Red value is 103 (40.62% from 255 or 29.43% from 350); Green value is 16 (6.64% from 255 or 4.57% from 350); Blue value is 231 (90.62% from 255 or 66% from 350); Max value from RGB is 231 - color contains mainly: blue. Hex color #6710E7 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6710E7 is #98EF18. Grayscale: #414141. Windows color (decimal): -10022681 or 15143015. OLE color: 15143015.

HSL color Cylindrical-coordinate representation of color #6710E7: hue angle of 264.28º degrees, saturation: 0.87, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6710E7 is Cyan = 0.55, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 103 16 231 -
CMYK 0.55 0.93 0 0.09
HSL 264.28º 0.87% 0.48% -
HSV(B) 264.28º 0.93% 0.91% -
XYZ 20.2 9.02 76.28 -
YUV 66.52 220.82 154.02 -
System Red Green Blue C M Y K H S L
Decimal 103 16 231 0.55 0.93 0 0.09 264.28 0.87 0.48
Hex 67 10 E7 37 5D 0 9 108 57 30
Octal 147 20 347 67 135 0 11 410 127 60
Binary 1100111 10000 11100111 110111 1011101 0 1001 100001000 1010111 110000

Color Harmonies of #6710E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6710E7

Black with #6710E7

Text Example


Text Example

White with #6710E7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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