#605661

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

Shades of Fedora #605661

Tints of Fedora #605661

Color information

#605661 (or 0x605661) is unknown color: approx Fedora. HEX triplet: 60, 56 and 61. RGB value is (96,86,97). Sum of RGB (Red+Green+Blue) = 96+86+97=279 (36% of max value = 765). Red value is 96 (37.89% from 255 or 34.41% from 279); Green value is 86 (33.98% from 255 or 30.82% from 279); Blue value is 97 (38.28% from 255 or 34.77% from 279); Max value from RGB is 97 - color contains mainly: blue. Hex color #605661 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #605661 is #9FA99E. Grayscale: #5A5A5A. Windows color (decimal): -10463647 or 6379104. OLE color: 6379104.

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

Color convert

RGB968697-
CMYK0.010.1100.62
HSL294.55º6.01%35.88%-
HSV(B)294.55º11.34%38.04%-
XYZ10.3110.0112.7-
YUV90.24131.81132.11-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 34.41%
GREEN value IS 86 (33.98% from 255) = 30.82%
BLUE value IS 97 (38.28% from 255) = 34.77%
R=34.41%
G=30.82%
B=34.77%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9686970.010.1100.62294.556.0135.88
Hex6056611B03E127624
Octal140126141113076447644
Binary110000010101101100001110110111110100100111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #605661; }

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

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

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

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

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

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

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

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