Html Css Color HEX #6710F2 Electric Indigo

📋 copy color: '#6710F2'

red 103 ◦ green 16 ◦ blue 242

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

Shades of Electric Indigo #6710F2

Tints of Electric Indigo #6710F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 67.04%

R = 28.53%
G = 4.43%
B = 67.04%

CMYK

 C value IS 0.57

 M value IS 0.93

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#6710F2 (or 0x6710F2) is known color: Electric Indigo. HEX triplet: 67, 10 and F2. RGB value is (103,16,242). Sum of RGB (Red+Green+Blue) = 103+16+242=361 (47% of max value = 765). Red value is 103 (40.62% from 255 or 28.53% from 361); Green value is 16 (6.64% from 255 or 4.43% from 361); Blue value is 242 (94.92% from 255 or 67.04% from 361); Max value from RGB is 242 - color contains mainly: blue. Hex color #6710F2 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6710F2 is #98EF0D. Grayscale: #424242. Windows color (decimal): -10022670 or 15863911. OLE color: 15863911.

HSL color Cylindrical-coordinate representation of color #6710F2: hue angle of 263.1º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6710F2 is Cyan = 0.57, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 103 16 242 -
CMYK 0.57 0.93 0 0.05
HSL 263.1º 0.9% 0.51% -
HSV(B) 263.1º 0.93% 0.95% -
XYZ 21.81 9.66 84.72 -
YUV 67.78 226.32 153.12 -
System Red Green Blue C M Y K H S L
Decimal 103 16 242 0.57 0.93 0 0.05 263.1 0.9 0.51
Hex 67 10 F2 39 5D 0 5 107 5A 33
Octal 147 20 362 71 135 0 5 407 132 63
Binary 1100111 10000 11110010 111001 1011101 0 101 100000111 1011010 110011

Color Harmonies of #6710F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6710F2

Black with #6710F2

Text Example


Text Example

White with #6710F2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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