#64426A

Color #64426A Eminence (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eminence #64426A

Tints of Eminence #64426A

Color information

#64426A (or 0x64426A) is unknown color: approx Eminence. HEX triplet: 64, 42 and 6A. RGB value is (100,66,106). Sum of RGB (Red+Green+Blue) = 100+66+106=272 (36% of max value = 765). Red value is 100 (39.45% from 255 or 36.76% from 272); Green value is 66 (26.17% from 255 or 24.26% from 272); Blue value is 106 (41.80% from 255 or 38.97% from 272); Max value from RGB is 106 - color contains mainly: blue. Hex color #64426A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #64426A is #9BBD95. Grayscale: #505050. Windows color (decimal): -10206614 or 6963812. OLE color: 6963812.

HSL color Cylindrical-coordinate representation of color #64426A: hue angle of 291º degrees, saturation: 0.23, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #64426A is Cyan = 0.06, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB10066106-
CMYK0.060.3800.58
HSL291º23.26%33.73%-
HSV(B)291º37.74%41.57%-
XYZ9.817.6514.59-
YUV80.73142.26141.75-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 36.76%
GREEN value IS 66 (26.17% from 255) = 24.26%
BLUE value IS 106 (41.80% from 255) = 38.97%
R=36.76%
G=24.26%
B=38.97%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal100661060.060.3800.5829123.2633.73
Hex64426A62603A1231722
Octal1441021526460724432742
Binary110010010000101101010110100110011101010010001110111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64426A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64426A; }

 p { color: rgb(100,66,106); }

 H1.HeaderClassName
 {
   color: #64426A;
 }
 .AnyTagClassName
 {
   color: #64426A;
 }
</style>
background-color css

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

 a { background-color: rgb(100,66,106); }

 div.DivClassName
 {
   background-color: #64426A;
 }
 .BgClassName
 {
   background-color: #64426A;
 }
</style>
border-color css

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

 span { border-color: rgb(100,66,106); }

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