#604B5F

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

Shades of Fedora #604B5F

Tints of Fedora #604B5F

Color information

#604B5F (or 0x604B5F) is unknown color: approx Fedora. HEX triplet: 60, 4B and 5F. RGB value is (96,75,95). Sum of RGB (Red+Green+Blue) = 96+75+95=266 (35% of max value = 765). Red value is 96 (37.89% from 255 or 36.09% from 266); Green value is 75 (29.69% from 255 or 28.20% from 266); Blue value is 95 (37.5% from 255 or 35.71% from 266); Max value from RGB is 96 - color contains mainly: red. Hex color #604B5F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #604B5F is #9FB4A0. Grayscale: #535353. Windows color (decimal): -10466465 or 6245216. OLE color: 6245216.

HSL color Cylindrical-coordinate representation of color #604B5F: hue angle of 302.86º degrees, saturation: 0.12, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #604B5F is Cyan = 0, Magento = 0.22, Yellow = 0.01 and Black (K on CMYK) = 0.62.

Color convert

RGB967595-
CMYK00.220.010.62
HSL302.86º12.28%33.53%-
HSV(B)302.86º21.88%37.65%-
XYZ9.418.3511.94-
YUV83.56134.46136.87-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 36.09%
GREEN value IS 75 (29.69% from 255) = 28.20%
BLUE value IS 95 (37.5% from 255) = 35.71%
R=36.09%
G=28.20%
B=35.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.01
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96759500.220.010.62302.8612.2833.53
Hex604B5F01613E12fc22
Octal1401131370261764571442
Binary11000001001011101111101011011111101001011111100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604B5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #604B5F; }

 p { color: rgb(96,75,95); }

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

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

 a { background-color: rgb(96,75,95); }

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

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

 span { border-color: rgb(96,75,95); }

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