#604861

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

Shades of Fedora #604861

Tints of Fedora #604861

Color information

#604861 (or 0x604861) is unknown color: approx Fedora. HEX triplet: 60, 48 and 61. RGB value is (96,72,97). Sum of RGB (Red+Green+Blue) = 96+72+97=265 (35% of max value = 765). Red value is 96 (37.89% from 255 or 36.23% from 265); Green value is 72 (28.52% from 255 or 27.17% from 265); Blue value is 97 (38.28% from 255 or 36.60% from 265); Max value from RGB is 97 - color contains mainly: blue. Hex color #604861 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #604861 is #9FB79E. Grayscale: #515151. Windows color (decimal): -10467231 or 6375520. OLE color: 6375520.

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

Color convert

RGB967297-
CMYK0.010.2600.62
HSL297.6º14.79%33.14%-
HSV(B)297.6º25.77%38.04%-
XYZ9.37.9812.36-
YUV82.03136.45137.97-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 36.23%
GREEN value IS 72 (28.52% from 255) = 27.17%
BLUE value IS 97 (38.28% from 255) = 36.60%
R=36.23%
G=27.17%
B=36.60%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9672970.010.2600.62297.614.7933.14
Hex60486111A03E12af21
Octal1401101411320764521741
Binary11000001001000110000111101001111101001010101111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #604861; }

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

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

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

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

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

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

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

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