Html Css Color HEX #6710F7 Electric Indigo

📋 copy color: '#6710F7'

red 103 ◦ green 16 ◦ blue 247

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

Shades of Electric Indigo #6710F7

Tints of Electric Indigo #6710F7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 67.49%

R = 28.14%
G = 4.37%
B = 67.49%

CMYK

 C value IS 0.58

 M value IS 0.94

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#6710F7 (or 0x6710F7) is known color: Electric Indigo. HEX triplet: 67, 10 and F7. RGB value is (103,16,247). Sum of RGB (Red+Green+Blue) = 103+16+247=366 (48% of max value = 765). Red value is 103 (40.62% from 255 or 28.14% from 366); Green value is 16 (6.64% from 255 or 4.37% from 366); Blue value is 247 (96.88% from 255 or 67.49% from 366); Max value from RGB is 247 - color contains mainly: blue. Hex color #6710F7 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6710F7 is #98EF08. Grayscale: #434343. Windows color (decimal): -10022665 or 16191591. OLE color: 16191591.

HSL color Cylindrical-coordinate representation of color #6710F7: hue angle of 262.6º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6710F7 is Cyan = 0.58, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 103 16 247 -
CMYK 0.58 0.94 0 0.03
HSL 262.6º 0.94% 0.52% -
HSV(B) 262.6º 0.94% 0.97% -
XYZ 22.57 9.97 88.73 -
YUV 68.35 228.82 152.72 -
System Red Green Blue C M Y K H S L
Decimal 103 16 247 0.58 0.94 0 0.03 262.6 0.94 0.52
Hex 67 10 F7 3A 5E 0 3 107 5E 34
Octal 147 20 367 72 136 0 3 407 136 64
Binary 1100111 10000 11110111 111010 1011110 0 11 100000111 1011110 110100

Color Harmonies of #6710F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6710F7

Black with #6710F7

Text Example


Text Example

White with #6710F7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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