#604D69

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

Shades of Fedora #604D69

Tints of Fedora #604D69

Color information

#604D69 (or 0x604D69) is unknown color: approx Fedora. HEX triplet: 60, 4D and 69. RGB value is (96,77,105). Sum of RGB (Red+Green+Blue) = 96+77+105=278 (36% of max value = 765). Red value is 96 (37.89% from 255 or 34.53% from 278); Green value is 77 (30.47% from 255 or 27.70% from 278); Blue value is 105 (41.41% from 255 or 37.77% from 278); Max value from RGB is 105 - color contains mainly: blue. Hex color #604D69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #604D69 is #9FB296. Grayscale: #555555. Windows color (decimal): -10465943 or 6901088. OLE color: 6901088.

HSL color Cylindrical-coordinate representation of color #604D69: hue angle of 280.71º degrees, saturation: 0.15, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #604D69 is Cyan = 0.09, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB9677105-
CMYK0.090.2700.59
HSL280.71º15.38%35.69%-
HSV(B)280.71º26.67%41.18%-
XYZ10.038.8114.54-
YUV85.87138.79135.22-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 34.53%
GREEN value IS 77 (30.47% from 255) = 27.70%
BLUE value IS 105 (41.41% from 255) = 37.77%
R=34.53%
G=27.70%
B=37.77%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal96771050.090.2700.59280.7115.3835.69
Hex604D6991B03B119f24
Octal14011515111330734311744
Binary11000001001101110100110011101101110111000110011111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604D69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #604D69; }

 p { color: rgb(96,77,105); }

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

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

 a { background-color: rgb(96,77,105); }

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

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

 span { border-color: rgb(96,77,105); }

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