#644C6E

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

Shades of Fedora #644C6E

Tints of Fedora #644C6E

Color information

#644C6E (or 0x644C6E) is unknown color: approx Fedora. HEX triplet: 64, 4C and 6E. RGB value is (100,76,110). Sum of RGB (Red+Green+Blue) = 100+76+110=286 (37% of max value = 765). Red value is 100 (39.45% from 255 or 34.97% from 286); Green value is 76 (30.08% from 255 or 26.57% from 286); Blue value is 110 (43.36% from 255 or 38.46% from 286); Max value from RGB is 110 - color contains mainly: blue. Hex color #644C6E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #644C6E is #9BB391. Grayscale: #565656. Windows color (decimal): -10204050 or 7228516. OLE color: 7228516.

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

Color convert

RGB10076110-
CMYK0.090.3100.57
HSL282.35º18.28%36.47%-
HSV(B)282.35º30.91%43.14%-
XYZ10.65915.93-
YUV87.05140.95137.24-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 34.97%
GREEN value IS 76 (30.08% from 255) = 26.57%
BLUE value IS 110 (43.36% from 255) = 38.46%
R=34.97%
G=26.57%
B=38.46%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal100761100.090.3100.57282.3518.2836.47
Hex644C6E91F03911a1224
Octal14411415611370714322244
Binary110010010011001101110100111111011100110001101010010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #644C6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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