#615363

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

Shades of Fedora #615363

Tints of Fedora #615363

Color information

#615363 (or 0x615363) is unknown color: approx Fedora. HEX triplet: 61, 53 and 63. RGB value is (97,83,99). Sum of RGB (Red+Green+Blue) = 97+83+99=279 (36% of max value = 765). Red value is 97 (38.28% from 255 or 34.77% from 279); Green value is 83 (32.81% from 255 or 29.75% from 279); Blue value is 99 (39.06% from 255 or 35.48% from 279); Max value from RGB is 99 - color contains mainly: blue. Hex color #615363 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #615363 is #9EAC9C. Grayscale: #585858. Windows color (decimal): -10398877 or 6509409. OLE color: 6509409.

HSL color Cylindrical-coordinate representation of color #615363: hue angle of 292.5º degrees, saturation: 0.09, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #615363 is Cyan = 0.02, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB978399-
CMYK0.020.1600.61
HSL292.5º8.79%35.69%-
HSV(B)292.5º16.16%38.82%-
XYZ10.289.6313.12-
YUV89.01133.64133.7-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 34.77%
GREEN value IS 83 (32.81% from 255) = 29.75%
BLUE value IS 99 (39.06% from 255) = 35.48%
R=34.77%
G=29.75%
B=35.48%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9783990.020.1600.61292.58.7935.69
Hex61536321003D124924
Octal1411231432200754441144
Binary110000110100111100011101000001111011001001001001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615363

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #615363; }

 p { color: rgb(97,83,99); }

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

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

 a { background-color: rgb(97,83,99); }

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

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

 span { border-color: rgb(97,83,99); }

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