#604761

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

Shades of Fedora #604761

Tints of Fedora #604761

Color information

#604761 (or 0x604761) is unknown color: approx Fedora. HEX triplet: 60, 47 and 61. RGB value is (96,71,97). Sum of RGB (Red+Green+Blue) = 96+71+97=264 (34% of max value = 765). Red value is 96 (37.89% from 255 or 36.36% from 264); Green value is 71 (28.12% from 255 or 26.89% from 264); Blue value is 97 (38.28% from 255 or 36.74% from 264); Max value from RGB is 97 - color contains mainly: blue. Hex color #604761 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #604761 is #9FB89E. Grayscale: #515151. Windows color (decimal): -10467487 or 6375264. OLE color: 6375264.

HSL color Cylindrical-coordinate representation of color #604761: hue angle of 297.69º degrees, saturation: 0.15, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #604761 is Cyan = 0.01, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB967197-
CMYK0.010.2700.62
HSL297.69º15.48%32.94%-
HSV(B)297.69º26.8%38.04%-
XYZ9.237.8612.34-
YUV81.44136.78138.39-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 36.36%
GREEN value IS 71 (28.12% from 255) = 26.89%
BLUE value IS 97 (38.28% from 255) = 36.74%
R=36.36%
G=26.89%
B=36.74%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9671970.010.2700.62297.6915.4832.94
Hex60476111B03E12af21
Octal1401071411330764521741
Binary11000001000111110000111101101111101001010101111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #604761; }

 p { color: rgb(96,71,97); }

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

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

 a { background-color: rgb(96,71,97); }

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

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

 span { border-color: rgb(96,71,97); }

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