#615061

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

Shades of Fedora #615061

Tints of Fedora #615061

Color information

#615061 (or 0x615061) is unknown color: approx Fedora. HEX triplet: 61, 50 and 61. RGB value is (97,80,97). Sum of RGB (Red+Green+Blue) = 97+80+97=274 (36% of max value = 765). Red value is 97 (38.28% from 255 or 35.40% from 274); Green value is 80 (31.64% from 255 or 29.20% from 274); Blue value is 97 (38.28% from 255 or 35.40% from 274); Max value from RGB is 97 - color contains mainly: red, blue. Hex color #615061 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #615061 is #9EAF9E. Grayscale: #565656. Windows color (decimal): -10399647 or 6377569. OLE color: 6377569.

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

Color convert

RGB978097-
CMYK00.1800.62
HSL300º9.6%34.71%-
HSV(B)300º17.53%38.04%-
XYZ9.969.1412.55-
YUV87.02133.63135.12-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 35.40%
GREEN value IS 80 (31.64% from 255) = 29.20%
BLUE value IS 97 (38.28% from 255) = 35.40%
R=35.40%
G=29.20%
B=35.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97809700.1800.623009.634.71
Hex61506101203E12ca23
Octal1411201410220764541243
Binary11000011010000110000101001001111101001011001010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #615061; }

 p { color: rgb(97,80,97); }

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

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

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

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

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

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

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