Html Css Color HEX #640698 Indigo

📋 copy color: '#640698'

red 100 ◦ green 6 ◦ blue 152

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

Shades of Indigo #640698

Tints of Indigo #640698

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 58.91%

R = 38.76%
G = 2.33%
B = 58.91%

CMYK

 C value IS 0.34

 M value IS 0.96

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#640698 (or 0x640698) is known color: Indigo. HEX triplet: 64, 06 and 98. RGB value is (100,6,152). Sum of RGB (Red+Green+Blue) = 100+6+152=258 (34% of max value = 765). Red value is 100 (39.45% from 255 or 38.76% from 258); Green value is 6 (2.73% from 255 or 2.33% from 258); Blue value is 152 (59.77% from 255 or 58.91% from 258); Max value from RGB is 152 - color contains mainly: blue. Hex color #640698 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #640698 is #9BF967. Grayscale: #323232. Windows color (decimal): -10221928 or 9963108. OLE color: 9963108.

HSL color Cylindrical-coordinate representation of color #640698: hue angle of 278.63º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #640698 is Cyan = 0.34, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 100 6 152 -
CMYK 0.34 0.96 0 0.40
HSL 278.63º 0.92% 0.31% -
HSV(B) 278.63º 0.96% 0.6% -
XYZ 10.99 5.11 30.11 -
YUV 50.75 185.14 163.13 -
System Red Green Blue C M Y K H S L
Decimal 100 6 152 0.34 0.96 0 0.40 278.63 0.92 0.31
Hex 64 6 98 22 60 0 28 117 5C 1F
Octal 144 6 230 42 140 0 50 427 134 37
Binary 1100100 110 10011000 100010 1100000 0 101000 100010111 1011100 11111

Color Harmonies of #640698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640698

Black with #640698

Text Example


Text Example

White with #640698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #640698; }

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

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

background-color css

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

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

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

border-color css

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

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

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