#605162

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

Shades of Fedora #605162

Tints of Fedora #605162

Color information

#605162 (or 0x605162) is unknown color: approx Fedora. HEX triplet: 60, 51 and 62. RGB value is (96,81,98). Sum of RGB (Red+Green+Blue) = 96+81+98=275 (36% of max value = 765). Red value is 96 (37.89% from 255 or 34.91% from 275); Green value is 81 (32.03% from 255 or 29.45% from 275); Blue value is 98 (38.67% from 255 or 35.64% from 275); Max value from RGB is 98 - color contains mainly: blue. Hex color #605162 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #605162 is #9FAE9D. Grayscale: #575757. Windows color (decimal): -10464926 or 6443360. OLE color: 6443360.

HSL color Cylindrical-coordinate representation of color #605162: hue angle of 292.94º degrees, saturation: 0.09, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #605162 is Cyan = 0.02, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB968198-
CMYK0.020.1700.62
HSL292.94º9.5%35.1%-
HSV(B)292.94º17.35%38.43%-
XYZ9.979.2512.82-
YUV87.42133.97134.12-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 34.91%
GREEN value IS 81 (32.03% from 255) = 29.45%
BLUE value IS 98 (38.67% from 255) = 35.64%
R=34.91%
G=29.45%
B=35.64%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9681980.020.1700.62292.949.535.1
Hex60516221103E125923
Octal1401211422210764451143
Binary110000010100011100010101000101111101001001011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605162

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #605162; }

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

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

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

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

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

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

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

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