#604E62

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

Shades of Fedora #604E62

Tints of Fedora #604E62

Color information

#604E62 (or 0x604E62) is unknown color: approx Fedora. HEX triplet: 60, 4E and 62. RGB value is (96,78,98). Sum of RGB (Red+Green+Blue) = 96+78+98=272 (36% of max value = 765). Red value is 96 (37.89% from 255 or 35.29% from 272); Green value is 78 (30.86% from 255 or 28.68% from 272); Blue value is 98 (38.67% from 255 or 36.03% from 272); Max value from RGB is 98 - color contains mainly: blue. Hex color #604E62 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #604E62 is #9FB19D. Grayscale: #555555. Windows color (decimal): -10465694 or 6442592. OLE color: 6442592.

HSL color Cylindrical-coordinate representation of color #604E62: hue angle of 294º degrees, saturation: 0.11, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #604E62 is Cyan = 0.02, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB967898-
CMYK0.020.2000.62
HSL294º11.36%34.51%-
HSV(B)294º20.41%38.43%-
XYZ9.758.8212.74-
YUV85.66134.96135.37-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 35.29%
GREEN value IS 78 (30.86% from 255) = 28.68%
BLUE value IS 98 (38.67% from 255) = 36.03%
R=35.29%
G=28.68%
B=36.03%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9678980.020.2000.6229411.3634.51
Hex604E6221403E126b23
Octal1401161422240764461343
Binary110000010011101100010101010001111101001001101011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604E62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,78,98); }

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

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

 a { background-color: rgb(96,78,98); }

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

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

 span { border-color: rgb(96,78,98); }

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