#644D66

Color #644D66 Fedora (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fedora #644D66

Tints of Fedora #644D66

Color information

#644D66 (or 0x644D66) is unknown color: approx Fedora. HEX triplet: 64, 4D and 66. RGB value is (100,77,102). Sum of RGB (Red+Green+Blue) = 100+77+102=279 (36% of max value = 765). Red value is 100 (39.45% from 255 or 35.84% from 279); Green value is 77 (30.47% from 255 or 27.60% from 279); Blue value is 102 (40.23% from 255 or 36.56% from 279); Max value from RGB is 102 - color contains mainly: blue. Hex color #644D66 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #644D66 is #9BB299. Grayscale: #565656. Windows color (decimal): -10203802 or 6704484. OLE color: 6704484.

HSL color Cylindrical-coordinate representation of color #644D66: hue angle of 295.2º degrees, saturation: 0.14, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #644D66 is Cyan = 0.02, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB10077102-
CMYK0.020.2500.6
HSL295.2º13.97%35.1%-
HSV(B)295.2º24.51%40%-
XYZ10.318.9813.76-
YUV86.73136.62137.47-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 35.84%
GREEN value IS 77 (30.47% from 255) = 27.60%
BLUE value IS 102 (40.23% from 255) = 36.56%
R=35.84%
G=27.60%
B=36.56%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal100771020.020.2500.6295.213.9735.1
Hex644D6621903C127e23
Octal1441151462310744471643
Binary110010010011011100110101100101111001001001111110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #644D66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #644D66; }

 p { color: rgb(100,77,102); }

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

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

 a { background-color: rgb(100,77,102); }

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

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

 span { border-color: rgb(100,77,102); }

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