#615465

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

Shades of Fedora #615465

Tints of Fedora #615465

Color information

#615465 (or 0x615465) is unknown color: approx Fedora. HEX triplet: 61, 54 and 65. RGB value is (97,84,101). Sum of RGB (Red+Green+Blue) = 97+84+101=282 (37% of max value = 765). Red value is 97 (38.28% from 255 or 34.40% from 282); Green value is 84 (33.20% from 255 or 29.79% from 282); Blue value is 101 (39.84% from 255 or 35.82% from 282); Max value from RGB is 101 - color contains mainly: blue. Hex color #615465 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #615465 is #9EAB9A. Grayscale: #595959. Windows color (decimal): -10398619 or 6640737. OLE color: 6640737.

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

Color convert

RGB9784101-
CMYK0.040.1700.60
HSL285.88º9.19%36.27%-
HSV(B)285.88º16.83%39.61%-
XYZ10.459.8213.66-
YUV89.82134.31133.12-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 34.40%
GREEN value IS 84 (33.20% from 255) = 29.79%
BLUE value IS 101 (39.84% from 255) = 35.82%
R=34.40%
G=29.79%
B=35.82%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal97841010.040.1700.60285.889.1936.27
Hex61546541103C11e924
Octal1411241454210744361144
Binary1100001101010011001011001000101111001000111101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #615465; }

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

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

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

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

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

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

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

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