#604763

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

Shades of Fedora #604763

Tints of Fedora #604763

Color information

#604763 (or 0x604763) is unknown color: approx Fedora. HEX triplet: 60, 47 and 63. RGB value is (96,71,99). Sum of RGB (Red+Green+Blue) = 96+71+99=266 (35% of max value = 765). Red value is 96 (37.89% from 255 or 36.09% from 266); Green value is 71 (28.12% from 255 or 26.69% from 266); Blue value is 99 (39.06% from 255 or 37.22% from 266); Max value from RGB is 99 - color contains mainly: blue. Hex color #604763 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #604763 is #9FB89C. Grayscale: #515151. Windows color (decimal): -10467485 or 6506336. OLE color: 6506336.

HSL color Cylindrical-coordinate representation of color #604763: hue angle of 293.57º degrees, saturation: 0.16, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #604763 is Cyan = 0.03, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB967199-
CMYK0.030.2800.61
HSL293.57º16.47%33.33%-
HSV(B)293.57º28.28%38.82%-
XYZ9.337.8912.84-
YUV81.67137.78138.22-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 36.09%
GREEN value IS 71 (28.12% from 255) = 26.69%
BLUE value IS 99 (39.06% from 255) = 37.22%
R=36.09%
G=26.69%
B=37.22%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9671990.030.2800.61293.5716.4733.33
Hex60476331C03D1261021
Octal1401071433340754462041
Binary1100000100011111000111111100011110110010011010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604763

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #604763; }

 p { color: rgb(96,71,99); }

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

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

 a { background-color: rgb(96,71,99); }

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

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

 span { border-color: rgb(96,71,99); }

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