#644E6F

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

Shades of Fedora #644E6F

Tints of Fedora #644E6F

Color information

#644E6F (or 0x644E6F) is unknown color: approx Fedora. HEX triplet: 64, 4E and 6F. RGB value is (100,78,111). Sum of RGB (Red+Green+Blue) = 100+78+111=289 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.60% from 289); Green value is 78 (30.86% from 255 or 26.99% from 289); Blue value is 111 (43.75% from 255 or 38.41% from 289); Max value from RGB is 111 - color contains mainly: blue. Hex color #644E6F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #644E6F is #9BB190. Grayscale: #585858. Windows color (decimal): -10203537 or 7294564. OLE color: 7294564.

HSL color Cylindrical-coordinate representation of color #644E6F: hue angle of 280º degrees, saturation: 0.17, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #644E6F is Cyan = 0.10, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB10078111-
CMYK0.100.3000.56
HSL280º17.46%37.06%-
HSV(B)280º29.73%43.53%-
XYZ10.859.3116.26-
YUV88.34140.79136.32-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 34.60%
GREEN value IS 78 (30.86% from 255) = 26.99%
BLUE value IS 111 (43.75% from 255) = 38.41%
R=34.60%
G=26.99%
B=38.41%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal100781110.100.3000.5628017.4637.06
Hex644E6FA1E0381181125
Octal14411615712360704302145
Binary110010010011101101111101011110011100010001100010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #644E6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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