#604464

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

Shades of Fedora #604464

Tints of Fedora #604464

Color information

#604464 (or 0x604464) is unknown color: approx Fedora. HEX triplet: 60, 44 and 64. RGB value is (96,68,100). Sum of RGB (Red+Green+Blue) = 96+68+100=264 (34% of max value = 765). Red value is 96 (37.89% from 255 or 36.36% from 264); Green value is 68 (26.95% from 255 or 25.76% from 264); Blue value is 100 (39.45% from 255 or 37.88% from 264); Max value from RGB is 100 - color contains mainly: blue. Hex color #604464 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #604464 is #9FBB9B. Grayscale: #4F4F4F. Windows color (decimal): -10468252 or 6571104. OLE color: 6571104.

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

Color convert

RGB9668100-
CMYK0.040.3200.61
HSL292.5º19.05%32.94%-
HSV(B)292.5º32%39.22%-
XYZ9.197.5413.03-
YUV80.02139.28139.4-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 36.36%
GREEN value IS 68 (26.95% from 255) = 25.76%
BLUE value IS 100 (39.45% from 255) = 37.88%
R=36.36%
G=25.76%
B=37.88%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal96681000.040.3200.61292.519.0532.94
Hex60446442003D1241321
Octal1401041444400754442341
Binary110000010001001100100100100000011110110010010010011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604464

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #604464; }

 p { color: rgb(96,68,100); }

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

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

 a { background-color: rgb(96,68,100); }

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

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

 span { border-color: rgb(96,68,100); }

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