#605463

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

Shades of Fedora #605463

Tints of Fedora #605463

Color information

#605463 (or 0x605463) is unknown color: approx Fedora. HEX triplet: 60, 54 and 63. RGB value is (96,84,99). Sum of RGB (Red+Green+Blue) = 96+84+99=279 (36% of max value = 765). Red value is 96 (37.89% from 255 or 34.41% from 279); Green value is 84 (33.20% from 255 or 30.11% from 279); Blue value is 99 (39.06% from 255 or 35.48% from 279); Max value from RGB is 99 - color contains mainly: blue. Hex color #605463 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #605463 is #9FAB9C. Grayscale: #595959. Windows color (decimal): -10464157 or 6509664. OLE color: 6509664.

HSL color Cylindrical-coordinate representation of color #605463: hue angle of 288º degrees, saturation: 0.08, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #605463 is Cyan = 0.03, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB968499-
CMYK0.030.1500.61
HSL288º8.2%35.88%-
HSV(B)288º15.15%38.82%-
XYZ10.259.7313.14-
YUV89.3133.48132.78-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 34.41%
GREEN value IS 84 (33.20% from 255) = 30.11%
BLUE value IS 99 (39.06% from 255) = 35.48%
R=34.41%
G=30.11%
B=35.48%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9684990.030.1500.612888.235.88
Hex6054633F03D120824
Octal1401241433170754401044
Binary11000001010100110001111111101111011001000001000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #605463; }

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

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

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

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

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

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

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

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