Html Css Color HEX #640DF6 Electric Indigo

📋 copy color: '#640DF6'

red 100 ◦ green 13 ◦ blue 246

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

Shades of Electric Indigo #640DF6

Tints of Electric Indigo #640DF6

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.62%

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

R = 27.86%
G = 3.62%
B = 68.52%

CMYK

 C value IS 0.59

 M value IS 0.95

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#640DF6 (or 0x640DF6) is known color: Electric Indigo. HEX triplet: 64, 0D and F6. RGB value is (100,13,246). Sum of RGB (Red+Green+Blue) = 100+13+246=359 (47% of max value = 765). Red value is 100 (39.45% from 255 or 27.86% from 359); Green value is 13 (5.47% from 255 or 3.62% from 359); Blue value is 246 (96.48% from 255 or 68.52% from 359); Max value from RGB is 246 - color contains mainly: blue. Hex color #640DF6 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #640DF6 is #9BF209. Grayscale: #404040. Windows color (decimal): -10220042 or 16125284. OLE color: 16125284.

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

Color convert

RGB 100 13 246 -
CMYK 0.59 0.95 0 0.04
HSL 262.4º 0.93% 0.51% -
HSV(B) 262.4º 0.95% 0.96% -
XYZ 22.03 9.65 87.89 -
YUV 65.58 229.82 152.55 -
System Red Green Blue C M Y K H S L
Decimal 100 13 246 0.59 0.95 0 0.04 262.4 0.93 0.51
Hex 64 D F6 3B 5F 0 4 106 5D 33
Octal 144 15 366 73 137 0 4 406 135 63
Binary 1100100 1101 11110110 111011 1011111 0 100 100000110 1011101 110011

Color Harmonies of #640DF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640DF6

Black with #640DF6

Text Example


Text Example

White with #640DF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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