#615762

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

Shades of Fedora #615762

Tints of Fedora #615762

Color information

#615762 (or 0x615762) is unknown color: approx Fedora. HEX triplet: 61, 57 and 62. RGB value is (97,87,98). Sum of RGB (Red+Green+Blue) = 97+87+98=282 (37% of max value = 765). Red value is 97 (38.28% from 255 or 34.40% from 282); Green value is 87 (34.38% from 255 or 30.85% from 282); Blue value is 98 (38.67% from 255 or 34.75% from 282); Max value from RGB is 98 - color contains mainly: blue. Hex color #615762 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #615762 is #9EA89D. Grayscale: #5B5B5B. Windows color (decimal): -10397854 or 6444897. OLE color: 6444897.

HSL color Cylindrical-coordinate representation of color #615762: hue angle of 294.55º degrees, saturation: 0.06, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #615762 is Cyan = 0.01, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB978798-
CMYK0.010.1100.62
HSL294.55º5.95%36.27%-
HSV(B)294.55º11.22%38.43%-
XYZ10.5410.2412.98-
YUV91.24131.81132.11-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 34.40%
GREEN value IS 87 (34.38% from 255) = 30.85%
BLUE value IS 98 (38.67% from 255) = 34.75%
R=34.40%
G=30.85%
B=34.75%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9787980.010.1100.62294.555.9536.27
Hex6157621B03E127624
Octal141127142113076447644
Binary110000110101111100010110110111110100100111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615762

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #615762; }

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

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

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

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

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

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

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

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