#604C65

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

Shades of Fedora #604C65

Tints of Fedora #604C65

Color information

#604C65 (or 0x604C65) is unknown color: approx Fedora. HEX triplet: 60, 4C and 65. RGB value is (96,76,101). Sum of RGB (Red+Green+Blue) = 96+76+101=273 (36% of max value = 765). Red value is 96 (37.89% from 255 or 35.16% from 273); Green value is 76 (30.08% from 255 or 27.84% from 273); Blue value is 101 (39.84% from 255 or 37.00% from 273); Max value from RGB is 101 - color contains mainly: blue. Hex color #604C65 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #604C65 is #9FB39A. Grayscale: #545454. Windows color (decimal): -10466203 or 6638688. OLE color: 6638688.

HSL color Cylindrical-coordinate representation of color #604C65: hue angle of 288º degrees, saturation: 0.14, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #604C65 is Cyan = 0.05, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB9676101-
CMYK0.050.2500.60
HSL288º14.12%34.71%-
HSV(B)288º24.75%39.61%-
XYZ9.768.613.46-
YUV84.83137.13135.97-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 35.16%
GREEN value IS 76 (30.08% from 255) = 27.84%
BLUE value IS 101 (39.84% from 255) = 37.00%
R=35.16%
G=27.84%
B=37.00%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal96761010.050.2500.6028814.1234.71
Hex604C6551903C120e23
Octal1401141455310744401643
Binary1100000100110011001011011100101111001001000001110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604C65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,76,101); }

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

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

 a { background-color: rgb(96,76,101); }

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

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

 span { border-color: rgb(96,76,101); }

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