#644C6D

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

Shades of Fedora #644C6D

Tints of Fedora #644C6D

Color information

#644C6D (or 0x644C6D) is unknown color: approx Fedora. HEX triplet: 64, 4C and 6D. RGB value is (100,76,109). Sum of RGB (Red+Green+Blue) = 100+76+109=285 (37% of max value = 765). Red value is 100 (39.45% from 255 or 35.09% from 285); Green value is 76 (30.08% from 255 or 26.67% from 285); Blue value is 109 (42.97% from 255 or 38.25% from 285); Max value from RGB is 109 - color contains mainly: blue. Hex color #644C6D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #644C6D is #9BB392. Grayscale: #565656. Windows color (decimal): -10204051 or 7162980. OLE color: 7162980.

HSL color Cylindrical-coordinate representation of color #644C6D: hue angle of 283.64º degrees, saturation: 0.18, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #644C6D is Cyan = 0.08, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB10076109-
CMYK0.080.3000.57
HSL283.64º17.84%36.27%-
HSV(B)283.64º30.28%42.75%-
XYZ10.68.9815.64-
YUV86.94140.45137.32-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 35.09%
GREEN value IS 76 (30.08% from 255) = 26.67%
BLUE value IS 109 (42.97% from 255) = 38.25%
R=35.09%
G=26.67%
B=38.25%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal100761090.080.3000.57283.6417.8436.27
Hex644C6D81E03911c1224
Octal14411415510360714342244
Binary110010010011001101101100011110011100110001110010010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #644C6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,76,109); }

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

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

 a { background-color: rgb(100,76,109); }

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

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

 span { border-color: rgb(100,76,109); }

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