#644768

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

Shades of Fedora #644768

Tints of Fedora #644768

Color information

#644768 (or 0x644768) is unknown color: approx Fedora. HEX triplet: 64, 47 and 68. RGB value is (100,71,104). Sum of RGB (Red+Green+Blue) = 100+71+104=275 (36% of max value = 765). Red value is 100 (39.45% from 255 or 36.36% from 275); Green value is 71 (28.12% from 255 or 25.82% from 275); Blue value is 104 (41.02% from 255 or 37.82% from 275); Max value from RGB is 104 - color contains mainly: blue. Hex color #644768 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #644768 is #9BB897. Grayscale: #535353. Windows color (decimal): -10205336 or 6834020. OLE color: 6834020.

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

Color convert

RGB10071104-
CMYK0.040.3200.59
HSL292.73º18.86%34.31%-
HSV(B)292.73º31.73%40.78%-
XYZ10.018.2214.15-
YUV83.43139.61139.82-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 36.36%
GREEN value IS 71 (28.12% from 255) = 25.82%
BLUE value IS 104 (41.02% from 255) = 37.82%
R=36.36%
G=25.82%
B=37.82%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal100711040.040.3200.59292.7318.8634.31
Hex64476842003B1251322
Octal1441071504400734452342
Binary110010010001111101000100100000011101110010010110011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #644768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #644768; }

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

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

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

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

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

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

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

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