#644A69

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

Shades of Fedora #644A69

Tints of Fedora #644A69

Color information

#644A69 (or 0x644A69) is unknown color: approx Fedora. HEX triplet: 64, 4A and 69. RGB value is (100,74,105). Sum of RGB (Red+Green+Blue) = 100+74+105=279 (36% of max value = 765). Red value is 100 (39.45% from 255 or 35.84% from 279); Green value is 74 (29.30% from 255 or 26.52% from 279); Blue value is 105 (41.41% from 255 or 37.63% from 279); Max value from RGB is 105 - color contains mainly: blue. Hex color #644A69 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #644A69 is #9BB596. Grayscale: #555555. Windows color (decimal): -10204567 or 6900324. OLE color: 6900324.

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

Color convert

RGB10074105-
CMYK0.050.3000.59
HSL290.32º17.32%35.1%-
HSV(B)290.32º29.52%41.18%-
XYZ10.258.6314.49-
YUV85.31139.11138.48-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 35.84%
GREEN value IS 74 (29.30% from 255) = 26.52%
BLUE value IS 105 (41.41% from 255) = 37.63%
R=35.84%
G=26.52%
B=37.63%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal100741050.050.3000.59290.3217.3235.1
Hex644A6951E03B1221123
Octal1441121515360734422143
Binary11001001001010110100110111110011101110010001010001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #644A69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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