#644E69

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

Shades of Fedora #644E69

Tints of Fedora #644E69

Color information

#644E69 (or 0x644E69) is unknown color: approx Fedora. HEX triplet: 64, 4E and 69. RGB value is (100,78,105). Sum of RGB (Red+Green+Blue) = 100+78+105=283 (37% of max value = 765). Red value is 100 (39.45% from 255 or 35.34% from 283); Green value is 78 (30.86% from 255 or 27.56% from 283); Blue value is 105 (41.41% from 255 or 37.10% from 283); Max value from RGB is 105 - color contains mainly: blue. Hex color #644E69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #644E69 is #9BB196. Grayscale: #575757. Windows color (decimal): -10203543 or 6901348. OLE color: 6901348.

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

Color convert

RGB10078105-
CMYK0.050.2600.59
HSL288.89º14.75%35.88%-
HSV(B)288.89º25.71%41.18%-
XYZ10.539.1814.58-
YUV87.66137.79136.8-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 35.34%
GREEN value IS 78 (30.86% from 255) = 27.56%
BLUE value IS 105 (41.41% from 255) = 37.10%
R=35.34%
G=27.56%
B=37.10%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal100781050.050.2600.59288.8914.7535.88
Hex644E6951A03B121f24
Octal1441161515320734411744
Binary1100100100111011010011011101001110111001000011111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #644E69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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