#644868

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

Shades of Fedora #644868

Tints of Fedora #644868

Color information

#644868 (or 0x644868) is unknown color: approx Fedora. HEX triplet: 64, 48 and 68. RGB value is (100,72,104). Sum of RGB (Red+Green+Blue) = 100+72+104=276 (36% of max value = 765). Red value is 100 (39.45% from 255 or 36.23% from 276); Green value is 72 (28.52% from 255 or 26.09% from 276); Blue value is 104 (41.02% from 255 or 37.68% from 276); Max value from RGB is 104 - color contains mainly: blue. Hex color #644868 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #644868 is #9BB797. Grayscale: #535353. Windows color (decimal): -10205080 or 6834276. OLE color: 6834276.

HSL color Cylindrical-coordinate representation of color #644868: hue angle of 292.5º degrees, saturation: 0.18, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #644868 is Cyan = 0.04, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB10072104-
CMYK0.040.3100.59
HSL292.5º18.18%34.51%-
HSV(B)292.5º30.77%40.78%-
XYZ10.078.3414.18-
YUV84.02139.28139.4-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 36.23%
GREEN value IS 72 (28.52% from 255) = 26.09%
BLUE value IS 104 (41.02% from 255) = 37.68%
R=36.23%
G=26.09%
B=37.68%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal100721040.040.3100.59292.518.1834.51
Hex64486841F03B1241223
Octal1441101504370734442243
Binary11001001001000110100010011111011101110010010010010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #644868

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #644868; }

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

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

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

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

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

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

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

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