#604E63

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

Shades of Fedora #604E63

Tints of Fedora #604E63

Color information

#604E63 (or 0x604E63) is unknown color: approx Fedora. HEX triplet: 60, 4E and 63. RGB value is (96,78,99). Sum of RGB (Red+Green+Blue) = 96+78+99=273 (36% of max value = 765). Red value is 96 (37.89% from 255 or 35.16% from 273); Green value is 78 (30.86% from 255 or 28.57% from 273); Blue value is 99 (39.06% from 255 or 36.26% from 273); Max value from RGB is 99 - color contains mainly: blue. Hex color #604E63 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #604E63 is #9FB19C. Grayscale: #555555. Windows color (decimal): -10465693 or 6508128. OLE color: 6508128.

HSL color Cylindrical-coordinate representation of color #604E63: hue angle of 291.43º degrees, saturation: 0.12, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #604E63 is Cyan = 0.03, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB967899-
CMYK0.030.2100.61
HSL291.43º11.86%34.71%-
HSV(B)291.43º21.21%38.82%-
XYZ9.88.8412.99-
YUV85.78135.46135.29-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 35.16%
GREEN value IS 78 (30.86% from 255) = 28.57%
BLUE value IS 99 (39.06% from 255) = 36.26%
R=35.16%
G=28.57%
B=36.26%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9678990.030.2100.61291.4311.8634.71
Hex604E6331503D123c23
Octal1401161433250754431443
Binary110000010011101100011111010101111011001000111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604E63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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