#615B62

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

Shades of Fedora #615B62

Tints of Fedora #615B62

Color information

#615B62 (or 0x615B62) is unknown color: approx Fedora. HEX triplet: 61, 5B and 62. RGB value is (97,91,98). Sum of RGB (Red+Green+Blue) = 97+91+98=286 (37% of max value = 765). Red value is 97 (38.28% from 255 or 33.92% from 286); Green value is 91 (35.94% from 255 or 31.82% from 286); Blue value is 98 (38.67% from 255 or 34.27% from 286); Max value from RGB is 98 - color contains mainly: blue. Hex color #615B62 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #615B62 is #9EA49D. Grayscale: #5D5D5D. Windows color (decimal): -10396830 or 6445921. OLE color: 6445921.

HSL color Cylindrical-coordinate representation of color #615B62: hue angle of 291.43º degrees, saturation: 0.04, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #615B62 is Cyan = 0.01, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB979198-
CMYK0.010.0700.62
HSL291.43º3.7%37.06%-
HSV(B)291.43º7.14%38.43%-
XYZ10.8810.9113.09-
YUV93.59130.49130.43-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 33.92%
GREEN value IS 91 (35.94% from 255) = 31.82%
BLUE value IS 98 (38.67% from 255) = 34.27%
R=33.92%
G=31.82%
B=34.27%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9791980.010.0700.62291.433.737.06
Hex615B621703E123425
Octal14113314217076443445
Binary11000011011011110001011110111110100100011100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615B62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #615B62; }

 p { color: rgb(97,91,98); }

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

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

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

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

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

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

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