#615468

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

Shades of Fedora #615468

Tints of Fedora #615468

Color information

#615468 (or 0x615468) is unknown color: approx Fedora. HEX triplet: 61, 54 and 68. RGB value is (97,84,104). Sum of RGB (Red+Green+Blue) = 97+84+104=285 (37% of max value = 765). Red value is 97 (38.28% from 255 or 34.04% from 285); Green value is 84 (33.20% from 255 or 29.47% from 285); Blue value is 104 (41.02% from 255 or 36.49% from 285); Max value from RGB is 104 - color contains mainly: blue. Hex color #615468 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #615468 is #9EAB97. Grayscale: #5A5A5A. Windows color (decimal): -10398616 or 6837345. OLE color: 6837345.

HSL color Cylindrical-coordinate representation of color #615468: hue angle of 279º degrees, saturation: 0.11, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #615468 is Cyan = 0.07, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB9784104-
CMYK0.070.1900.59
HSL279º10.64%36.86%-
HSV(B)279º19.23%40.78%-
XYZ10.69.8814.45-
YUV90.17135.81132.87-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 34.04%
GREEN value IS 84 (33.20% from 255) = 29.47%
BLUE value IS 104 (41.02% from 255) = 36.49%
R=34.04%
G=29.47%
B=36.49%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal97841040.070.1900.5927910.6436.86
Hex61546871303B117b25
Octal1411241507230734271345
Binary1100001101010011010001111001101110111000101111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #615468; }

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

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

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

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

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

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

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

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