#605169

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

Shades of Fedora #605169

Tints of Fedora #605169

Color information

#605169 (or 0x605169) is unknown color: approx Fedora. HEX triplet: 60, 51 and 69. RGB value is (96,81,105). Sum of RGB (Red+Green+Blue) = 96+81+105=282 (37% of max value = 765). Red value is 96 (37.89% from 255 or 34.04% from 282); Green value is 81 (32.03% from 255 or 28.72% from 282); Blue value is 105 (41.41% from 255 or 37.23% from 282); Max value from RGB is 105 - color contains mainly: blue. Hex color #605169 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #605169 is #9FAE96. Grayscale: #585858. Windows color (decimal): -10464919 or 6902112. OLE color: 6902112.

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

Color convert

RGB9681105-
CMYK0.090.2300.59
HSL277.5º12.9%36.47%-
HSV(B)277.5º22.86%41.18%-
XYZ10.329.3914.63-
YUV88.22137.47133.55-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 34.04%
GREEN value IS 81 (32.03% from 255) = 28.72%
BLUE value IS 105 (41.41% from 255) = 37.23%
R=34.04%
G=28.72%
B=37.23%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal96811050.090.2300.59277.512.936.47
Hex60516991703B116d24
Octal14012115111270734261544
Binary11000001010001110100110011011101110111000101101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #605169; }

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

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

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

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

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

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

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

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