#605167

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

Shades of Fedora #605167

Tints of Fedora #605167

Color information

#605167 (or 0x605167) is unknown color: approx Fedora. HEX triplet: 60, 51 and 67. RGB value is (96,81,103). Sum of RGB (Red+Green+Blue) = 96+81+103=280 (37% of max value = 765). Red value is 96 (37.89% from 255 or 34.29% from 280); Green value is 81 (32.03% from 255 or 28.93% from 280); Blue value is 103 (40.62% from 255 or 36.79% from 280); Max value from RGB is 103 - color contains mainly: blue. Hex color #605167 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #605167 is #9FAE98. Grayscale: #575757. Windows color (decimal): -10464921 or 6771040. OLE color: 6771040.

HSL color Cylindrical-coordinate representation of color #605167: hue angle of 280.91º degrees, saturation: 0.12, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #605167 is Cyan = 0.07, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB9681103-
CMYK0.070.2100.60
HSL280.91º11.96%36.08%-
HSV(B)280.91º21.36%40.39%-
XYZ10.219.3514.1-
YUV87.99136.47133.71-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 34.29%
GREEN value IS 81 (32.03% from 255) = 28.93%
BLUE value IS 103 (40.62% from 255) = 36.79%
R=34.29%
G=28.93%
B=36.79%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal96811030.070.2100.60280.9111.9636.08
Hex60516771503C119c24
Octal1401211477250744311444
Binary1100000101000111001111111010101111001000110011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605167

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #605167; }

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

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

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

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

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

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

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

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