#604461

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

Shades of Fedora #604461

Tints of Fedora #604461

Color information

#604461 (or 0x604461) is unknown color: approx Fedora. HEX triplet: 60, 44 and 61. RGB value is (96,68,97). Sum of RGB (Red+Green+Blue) = 96+68+97=261 (34% of max value = 765). Red value is 96 (37.89% from 255 or 36.78% from 261); Green value is 68 (26.95% from 255 or 26.05% from 261); Blue value is 97 (38.28% from 255 or 37.16% from 261); Max value from RGB is 97 - color contains mainly: blue. Hex color #604461 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #604461 is #9FBB9E. Grayscale: #4F4F4F. Windows color (decimal): -10468255 or 6374496. OLE color: 6374496.

HSL color Cylindrical-coordinate representation of color #604461: hue angle of 297.93º degrees, saturation: 0.18, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #604461 is Cyan = 0.01, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB966897-
CMYK0.010.3000.62
HSL297.93º17.58%32.35%-
HSV(B)297.93º29.9%38.04%-
XYZ9.057.4812.28-
YUV79.68137.78139.64-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 36.78%
GREEN value IS 68 (26.95% from 255) = 26.05%
BLUE value IS 97 (38.28% from 255) = 37.16%
R=36.78%
G=26.05%
B=37.16%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9668970.010.3000.62297.9317.5832.35
Hex60446111E03E12a1220
Octal1401041411360764522240
Binary110000010001001100001111110011111010010101010010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #604461; }

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

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

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

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

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

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

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

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