Html Css Color HEX #640694 Indigo

📋 copy color: '#640694'

red 100 ◦ green 6 ◦ blue 148

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

Shades of Indigo #640694

Tints of Indigo #640694

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.36%

 BLUE value IS 148 (58.2% from 255) = 58.27%

R = 39.37%
G = 2.36%
B = 58.27%

CMYK

 C value IS 0.32

 M value IS 0.96

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#640694 (or 0x640694) is known color: Indigo. HEX triplet: 64, 06 and 94. RGB value is (100,6,148). Sum of RGB (Red+Green+Blue) = 100+6+148=254 (33% of max value = 765). Red value is 100 (39.45% from 255 or 39.37% from 254); Green value is 6 (2.73% from 255 or 2.36% from 254); Blue value is 148 (58.20% from 255 or 58.27% from 254); Max value from RGB is 148 - color contains mainly: blue. Hex color #640694 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #640694 is #9BF96B. Grayscale: #313131. Windows color (decimal): -10221932 or 9700964. OLE color: 9700964.

HSL color Cylindrical-coordinate representation of color #640694: hue angle of 279.72º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #640694 is Cyan = 0.32, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 100 6 148 -
CMYK 0.32 0.96 0 0.42
HSL 279.72º 0.92% 0.3% -
HSV(B) 279.72º 0.96% 0.58% -
XYZ 10.67 4.98 28.42 -
YUV 50.29 183.14 163.45 -
System Red Green Blue C M Y K H S L
Decimal 100 6 148 0.32 0.96 0 0.42 279.72 0.92 0.3
Hex 64 6 94 20 60 0 2A 118 5C 1E
Octal 144 6 224 40 140 0 52 430 134 36
Binary 1100100 110 10010100 100000 1100000 0 101010 100011000 1011100 11110

Color Harmonies of #640694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640694

Black with #640694

Text Example


Text Example

White with #640694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #640694; }

 p { color: rgb(100,6,148); }

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

background-color css

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

 a { background-color: rgb(100,6,148); }

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

border-color css

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

 span { border-color: rgb(100,6,148); }

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