#60485F

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

Shades of Fedora #60485F

Tints of Fedora #60485F

Color information

#60485F (or 0x60485F) is unknown color: approx Fedora. HEX triplet: 60, 48 and 5F. RGB value is (96,72,95). Sum of RGB (Red+Green+Blue) = 96+72+95=263 (34% of max value = 765). Red value is 96 (37.89% from 255 or 36.50% from 263); Green value is 72 (28.52% from 255 or 27.38% from 263); Blue value is 95 (37.5% from 255 or 36.12% from 263); Max value from RGB is 96 - color contains mainly: red. Hex color #60485F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #60485F is #9FB7A0. Grayscale: #515151. Windows color (decimal): -10467233 or 6244448. OLE color: 6244448.

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

Color convert

RGB967295-
CMYK00.250.010.62
HSL302.5º14.29%32.94%-
HSV(B)302.5º25%37.65%-
XYZ9.217.9511.88-
YUV81.8135.45138.13-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 36.50%
GREEN value IS 72 (28.52% from 255) = 27.38%
BLUE value IS 95 (37.5% from 255) = 36.12%
R=36.50%
G=27.38%
B=36.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.01
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96729500.250.010.62302.514.2932.94
Hex60485F01913E12ee21
Octal1401101370311764561641
Binary11000001001000101111101100111111101001011101110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60485F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60485F; }

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

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

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

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

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

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

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

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