#615765

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

Shades of Fedora #615765

Tints of Fedora #615765

Color information

#615765 (or 0x615765) is unknown color: approx Fedora. HEX triplet: 61, 57 and 65. RGB value is (97,87,101). Sum of RGB (Red+Green+Blue) = 97+87+101=285 (37% of max value = 765). Red value is 97 (38.28% from 255 or 34.04% from 285); Green value is 87 (34.38% from 255 or 30.53% from 285); Blue value is 101 (39.84% from 255 or 35.44% from 285); Max value from RGB is 101 - color contains mainly: blue. Hex color #615765 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #615765 is #9EA89A. Grayscale: #5B5B5B. Windows color (decimal): -10397851 or 6641505. OLE color: 6641505.

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

Color convert

RGB9787101-
CMYK0.040.1400.60
HSL282.86º7.45%36.86%-
HSV(B)282.86º13.86%39.61%-
XYZ10.6910.313.74-
YUV91.59133.31131.86-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 34.04%
GREEN value IS 87 (34.38% from 255) = 30.53%
BLUE value IS 101 (39.84% from 255) = 35.44%
R=34.04%
G=30.53%
B=35.44%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal97871010.040.1400.60282.867.4536.86
Hex6157654E03C11b725
Octal141127145416074433745
Binary11000011010111110010110011100111100100011011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615765

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #615765; }

 p { color: rgb(97,87,101); }

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

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

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

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

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

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

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