#64496B

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

Shades of Fedora #64496B

Tints of Fedora #64496B

Color information

#64496B (or 0x64496B) is unknown color: approx Fedora. HEX triplet: 64, 49 and 6B. RGB value is (100,73,107). Sum of RGB (Red+Green+Blue) = 100+73+107=280 (37% of max value = 765). Red value is 100 (39.45% from 255 or 35.71% from 280); Green value is 73 (28.91% from 255 or 26.07% from 280); Blue value is 107 (42.19% from 255 or 38.21% from 280); Max value from RGB is 107 - color contains mainly: blue. Hex color #64496B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #64496B is #9BB694. Grayscale: #545454. Windows color (decimal): -10204821 or 7031140. OLE color: 7031140.

HSL color Cylindrical-coordinate representation of color #64496B: hue angle of 287.65º degrees, saturation: 0.19, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #64496B is Cyan = 0.07, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB10073107-
CMYK0.070.3200.58
HSL287.65º18.89%35.29%-
HSV(B)287.65º31.78%41.96%-
XYZ10.298.5415.02-
YUV84.95140.45138.74-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 35.71%
GREEN value IS 73 (28.91% from 255) = 26.07%
BLUE value IS 107 (42.19% from 255) = 38.21%
R=35.71%
G=26.07%
B=38.21%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal100731070.070.3200.58287.6518.8935.29
Hex64496B72003A1201323
Octal1441111537400724402343
Binary110010010010011101011111100000011101010010000010011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64496B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64496B; }

 p { color: rgb(100,73,107); }

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

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

 a { background-color: rgb(100,73,107); }

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

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

 span { border-color: rgb(100,73,107); }

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