#644769

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

Shades of Fedora #644769

Tints of Fedora #644769

Color information

#644769 (or 0x644769) is unknown color: approx Fedora. HEX triplet: 64, 47 and 69. RGB value is (100,71,105). Sum of RGB (Red+Green+Blue) = 100+71+105=276 (36% of max value = 765). Red value is 100 (39.45% from 255 or 36.23% from 276); Green value is 71 (28.12% from 255 or 25.72% from 276); Blue value is 105 (41.41% from 255 or 38.04% from 276); Max value from RGB is 105 - color contains mainly: blue. Hex color #644769 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #644769 is #9BB896. Grayscale: #535353. Windows color (decimal): -10205335 or 6899556. OLE color: 6899556.

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

Color convert

RGB10071105-
CMYK0.050.3200.59
HSL291.18º19.32%34.51%-
HSV(B)291.18º32.38%41.18%-
XYZ10.068.2414.42-
YUV83.55140.11139.74-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 36.23%
GREEN value IS 71 (28.12% from 255) = 25.72%
BLUE value IS 105 (41.41% from 255) = 38.04%
R=36.23%
G=25.72%
B=38.04%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal100711050.050.3200.59291.1819.3234.51
Hex64476952003B1231323
Octal1441071515400734432343
Binary110010010001111101001101100000011101110010001110011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #644769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #644769; }

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

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

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

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

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

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

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

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