#615662

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

Shades of Fedora #615662

Tints of Fedora #615662

Color information

#615662 (or 0x615662) is unknown color: approx Fedora. HEX triplet: 61, 56 and 62. RGB value is (97,86,98). Sum of RGB (Red+Green+Blue) = 97+86+98=281 (37% of max value = 765). Red value is 97 (38.28% from 255 or 34.52% from 281); Green value is 86 (33.98% from 255 or 30.60% from 281); Blue value is 98 (38.67% from 255 or 34.88% from 281); Max value from RGB is 98 - color contains mainly: blue. Hex color #615662 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #615662 is #9EA99D. Grayscale: #5A5A5A. Windows color (decimal): -10398110 or 6444641. OLE color: 6444641.

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

Color convert

RGB978698-
CMYK0.010.1200.62
HSL295º6.52%36.08%-
HSV(B)295º12.24%38.43%-
XYZ10.4610.0812.95-
YUV90.66132.14132.52-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 34.52%
GREEN value IS 86 (33.98% from 255) = 30.60%
BLUE value IS 98 (38.67% from 255) = 34.88%
R=34.52%
G=30.60%
B=34.88%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9786980.010.1200.622956.5236.08
Hex6156621C03E127724
Octal141126142114076447744
Binary110000110101101100010111000111110100100111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615662

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #615662; }

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

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

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

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

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

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

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

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