#605861

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

Shades of Fedora #605861

Tints of Fedora #605861

Color information

#605861 (or 0x605861) is unknown color: approx Fedora. HEX triplet: 60, 58 and 61. RGB value is (96,88,97). Sum of RGB (Red+Green+Blue) = 96+88+97=281 (37% of max value = 765). Red value is 96 (37.89% from 255 or 34.16% from 281); Green value is 88 (34.77% from 255 or 31.32% from 281); Blue value is 97 (38.28% from 255 or 34.52% from 281); Max value from RGB is 97 - color contains mainly: blue. Hex color #605861 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #605861 is #9FA79E. Grayscale: #5B5B5B. Windows color (decimal): -10463135 or 6379616. OLE color: 6379616.

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

Color convert

RGB968897-
CMYK0.010.0900.62
HSL293.33º4.86%36.27%-
HSV(B)293.33º9.28%38.04%-
XYZ10.4710.3312.75-
YUV91.42131.15131.27-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 34.16%
GREEN value IS 88 (34.77% from 255) = 31.32%
BLUE value IS 97 (38.28% from 255) = 34.52%
R=34.16%
G=31.32%
B=34.52%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9688970.010.0900.62293.334.8636.27
Hex6058611903E125524
Octal140130141111076445544
Binary110000010110001100001110010111110100100101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #605861; }

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

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

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

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

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

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

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

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