#605361

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

Shades of Fedora #605361

Tints of Fedora #605361

Color information

#605361 (or 0x605361) is unknown color: approx Fedora. HEX triplet: 60, 53 and 61. RGB value is (96,83,97). Sum of RGB (Red+Green+Blue) = 96+83+97=276 (36% of max value = 765). Red value is 96 (37.89% from 255 or 34.78% from 276); Green value is 83 (32.81% from 255 or 30.07% from 276); Blue value is 97 (38.28% from 255 or 35.14% from 276); Max value from RGB is 97 - color contains mainly: blue. Hex color #605361 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #605361 is #9FAC9E. Grayscale: #585858. Windows color (decimal): -10464415 or 6378336. OLE color: 6378336.

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

Color convert

RGB968397-
CMYK0.010.1400.62
HSL295.71º7.78%35.29%-
HSV(B)295.71º14.43%38.04%-
XYZ10.079.5412.62-
YUV88.48132.81133.36-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 34.78%
GREEN value IS 83 (32.81% from 255) = 30.07%
BLUE value IS 97 (38.28% from 255) = 35.14%
R=34.78%
G=30.07%
B=35.14%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9683970.010.1400.62295.717.7835.29
Hex6053611E03E128823
Octal1401231411160764501043
Binary1100000101001111000011111001111101001010001000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #605361; }

 p { color: rgb(96,83,97); }

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

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

 a { background-color: rgb(96,83,97); }

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

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

 span { border-color: rgb(96,83,97); }

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