#644F68

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

Shades of Fedora #644F68

Tints of Fedora #644F68

Color information

#644F68 (or 0x644F68) is unknown color: approx Fedora. HEX triplet: 64, 4F and 68. RGB value is (100,79,104). Sum of RGB (Red+Green+Blue) = 100+79+104=283 (37% of max value = 765). Red value is 100 (39.45% from 255 or 35.34% from 283); Green value is 79 (31.25% from 255 or 27.92% from 283); Blue value is 104 (41.02% from 255 or 36.75% from 283); Max value from RGB is 104 - color contains mainly: blue. Hex color #644F68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #644F68 is #9BB097. Grayscale: #585858. Windows color (decimal): -10203288 or 6836068. OLE color: 6836068.

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

Color convert

RGB10079104-
CMYK0.040.2400.59
HSL290.4º13.66%35.88%-
HSV(B)290.4º24.04%40.78%-
XYZ10.559.314.34-
YUV88.13136.96136.47-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 35.34%
GREEN value IS 79 (31.25% from 255) = 27.92%
BLUE value IS 104 (41.02% from 255) = 36.75%
R=35.34%
G=27.92%
B=36.75%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal100791040.040.2400.59290.413.6635.88
Hex644F6841803B122e24
Octal1441171504300734421644
Binary1100100100111111010001001100001110111001000101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #644F68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,79,104); }

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

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

 a { background-color: rgb(100,79,104); }

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

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

 span { border-color: rgb(100,79,104); }

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