Html Css Color HEX #640FF6 Electric Indigo

📋 copy color: '#640FF6'

red 100 ◦ green 15 ◦ blue 246

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

Shades of Electric Indigo #640FF6

Tints of Electric Indigo #640FF6

RGB

 RED value IS 100 (39.45% from 255) = 27.7%

 GREEN value IS 15 (6.25% from 255) = 4.16%

 BLUE value IS 246 (96.48% from 255) = 68.14%

R = 27.7%
G = 4.16%
B = 68.14%

CMYK

 C value IS 0.59

 M value IS 0.94

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#640FF6 (or 0x640FF6) is known color: Electric Indigo. HEX triplet: 64, 0F and F6. RGB value is (100,15,246). Sum of RGB (Red+Green+Blue) = 100+15+246=361 (47% of max value = 765). Red value is 100 (39.45% from 255 or 27.70% from 361); Green value is 15 (6.25% from 255 or 4.16% from 361); Blue value is 246 (96.48% from 255 or 68.14% from 361); Max value from RGB is 246 - color contains mainly: blue. Hex color #640FF6 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #640FF6 is #9BF009. Grayscale: #414141. Windows color (decimal): -10219530 or 16125796. OLE color: 16125796.

HSL color Cylindrical-coordinate representation of color #640FF6: hue angle of 262.08º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #640FF6 is Cyan = 0.59, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 100 15 246 -
CMYK 0.59 0.94 0 0.04
HSL 262.08º 0.93% 0.51% -
HSV(B) 262.08º 0.94% 0.96% -
XYZ 22.06 9.7 87.9 -
YUV 66.75 229.16 151.72 -
System Red Green Blue C M Y K H S L
Decimal 100 15 246 0.59 0.94 0 0.04 262.08 0.93 0.51
Hex 64 F F6 3B 5E 0 4 106 5D 33
Octal 144 17 366 73 136 0 4 406 135 63
Binary 1100100 1111 11110110 111011 1011110 0 100 100000110 1011101 110011

Color Harmonies of #640FF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640FF6

Black with #640FF6

Text Example


Text Example

White with #640FF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #640FF6; }

 p { color: rgb(100,15,246); }

 H1.HeaderClassName
 {
   color: #640FF6;
 }
 .AnyTagClassName
 {
   color: #640FF6;
 }
</style>

background-color css

<style>
 a { background-color: #640FF6; }

 a { background-color: rgb(100,15,246); }

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

border-color css

<style>
 span { border-color: #640FF6; }

 span { border-color: rgb(100,15,246); }

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