#605164

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

Shades of Fedora #605164

Tints of Fedora #605164

Color information

#605164 (or 0x605164) is unknown color: approx Fedora. HEX triplet: 60, 51 and 64. RGB value is (96,81,100). Sum of RGB (Red+Green+Blue) = 96+81+100=277 (36% of max value = 765). Red value is 96 (37.89% from 255 or 34.66% from 277); Green value is 81 (32.03% from 255 or 29.24% from 277); Blue value is 100 (39.45% from 255 or 36.10% from 277); Max value from RGB is 100 - color contains mainly: blue. Hex color #605164 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #605164 is #9FAE9B. Grayscale: #575757. Windows color (decimal): -10464924 or 6574432. OLE color: 6574432.

HSL color Cylindrical-coordinate representation of color #605164: hue angle of 287.37º degrees, saturation: 0.1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #605164 is Cyan = 0.04, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB9681100-
CMYK0.040.1900.61
HSL287.37º10.5%35.49%-
HSV(B)287.37º19%39.22%-
XYZ10.079.2913.32-
YUV87.65134.97133.96-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 34.66%
GREEN value IS 81 (32.03% from 255) = 29.24%
BLUE value IS 100 (39.45% from 255) = 36.10%
R=34.66%
G=29.24%
B=36.10%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal96811000.040.1900.61287.3710.535.49
Hex60516441303D11fa23
Octal1401211444230754371243
Binary1100000101000111001001001001101111011000111111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #605164; }

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

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

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

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

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

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

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

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