#604962

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

Shades of Fedora #604962

Tints of Fedora #604962

Color information

#604962 (or 0x604962) is unknown color: approx Fedora. HEX triplet: 60, 49 and 62. RGB value is (96,73,98). Sum of RGB (Red+Green+Blue) = 96+73+98=267 (35% of max value = 765). Red value is 96 (37.89% from 255 or 35.96% from 267); Green value is 73 (28.91% from 255 or 27.34% from 267); Blue value is 98 (38.67% from 255 or 36.70% from 267); Max value from RGB is 98 - color contains mainly: blue. Hex color #604962 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #604962 is #9FB69D. Grayscale: #525252. Windows color (decimal): -10466974 or 6441312. OLE color: 6441312.

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

Color convert

RGB967398-
CMYK0.020.2600.62
HSL295.2º14.62%33.53%-
HSV(B)295.2º25.51%38.43%-
XYZ9.418.1312.63-
YUV82.73136.62137.47-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 35.96%
GREEN value IS 73 (28.91% from 255) = 27.34%
BLUE value IS 98 (38.67% from 255) = 36.70%
R=35.96%
G=27.34%
B=36.70%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9673980.020.2600.62295.214.6233.53
Hex60496221A03E127f22
Octal1401111422320764471742
Binary110000010010011100010101101001111101001001111111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #604962; }

 p { color: rgb(96,73,98); }

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

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

 a { background-color: rgb(96,73,98); }

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

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

 span { border-color: rgb(96,73,98); }

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