#604F69

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

Shades of Fedora #604F69

Tints of Fedora #604F69

Color information

#604F69 (or 0x604F69) is unknown color: approx Fedora. HEX triplet: 60, 4F and 69. RGB value is (96,79,105). Sum of RGB (Red+Green+Blue) = 96+79+105=280 (37% of max value = 765). Red value is 96 (37.89% from 255 or 34.29% from 280); Green value is 79 (31.25% from 255 or 28.21% from 280); Blue value is 105 (41.41% from 255 or 37.5% from 280); Max value from RGB is 105 - color contains mainly: blue. Hex color #604F69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #604F69 is #9FB096. Grayscale: #565656. Windows color (decimal): -10465431 or 6901600. OLE color: 6901600.

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

Color convert

RGB9679105-
CMYK0.090.2500.59
HSL279.23º14.13%36.08%-
HSV(B)279.23º24.76%41.18%-
XYZ10.179.114.58-
YUV87.05138.13134.39-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 34.29%
GREEN value IS 79 (31.25% from 255) = 28.21%
BLUE value IS 105 (41.41% from 255) = 37.5%
R=34.29%
G=28.21%
B=37.5%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal96791050.090.2500.59279.2314.1336.08
Hex604F6991903B117e24
Octal14011715111310734271644
Binary11000001001111110100110011100101110111000101111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604F69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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