#644D69

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

Shades of Fedora #644D69

Tints of Fedora #644D69

Color information

#644D69 (or 0x644D69) is unknown color: approx Fedora. HEX triplet: 64, 4D and 69. RGB value is (100,77,105). Sum of RGB (Red+Green+Blue) = 100+77+105=282 (37% of max value = 765). Red value is 100 (39.45% from 255 or 35.46% from 282); Green value is 77 (30.47% from 255 or 27.30% from 282); Blue value is 105 (41.41% from 255 or 37.23% from 282); Max value from RGB is 105 - color contains mainly: blue. Hex color #644D69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #644D69 is #9BB296. Grayscale: #565656. Windows color (decimal): -10203799 or 6901092. OLE color: 6901092.

HSL color Cylindrical-coordinate representation of color #644D69: hue angle of 289.29º degrees, saturation: 0.15, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #644D69 is Cyan = 0.05, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB10077105-
CMYK0.050.2700.59
HSL289.29º15.38%35.69%-
HSV(B)289.29º26.67%41.18%-
XYZ10.469.0414.56-
YUV87.07138.12137.22-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 35.46%
GREEN value IS 77 (30.47% from 255) = 27.30%
BLUE value IS 105 (41.41% from 255) = 37.23%
R=35.46%
G=27.30%
B=37.23%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal100771050.050.2700.59289.2915.3835.69
Hex644D6951B03B121f24
Octal1441151515330734411744
Binary1100100100110111010011011101101110111001000011111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #644D69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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