#605067

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

Shades of Fedora #605067

Tints of Fedora #605067

Color information

#605067 (or 0x605067) is unknown color: approx Fedora. HEX triplet: 60, 50 and 67. RGB value is (96,80,103). Sum of RGB (Red+Green+Blue) = 96+80+103=279 (36% of max value = 765). Red value is 96 (37.89% from 255 or 34.41% from 279); Green value is 80 (31.64% from 255 or 28.67% from 279); Blue value is 103 (40.62% from 255 or 36.92% from 279); Max value from RGB is 103 - color contains mainly: blue. Hex color #605067 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #605067 is #9FAF98. Grayscale: #575757. Windows color (decimal): -10465177 or 6770784. OLE color: 6770784.

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

Color convert

RGB9680103-
CMYK0.070.2200.60
HSL281.74º12.57%35.88%-
HSV(B)281.74º22.33%40.39%-
XYZ10.149.214.07-
YUV87.41136.8134.13-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 34.41%
GREEN value IS 80 (31.64% from 255) = 28.67%
BLUE value IS 103 (40.62% from 255) = 36.92%
R=34.41%
G=28.67%
B=36.92%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal96801030.070.2200.60281.7412.5735.88
Hex60506771603C11ad24
Octal1401201477260744321544
Binary1100000101000011001111111011001111001000110101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605067

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #605067; }

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

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

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

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

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

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

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

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