#615365

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

Shades of Fedora #615365

Tints of Fedora #615365

Color information

#615365 (or 0x615365) is unknown color: approx Fedora. HEX triplet: 61, 53 and 65. RGB value is (97,83,101). Sum of RGB (Red+Green+Blue) = 97+83+101=281 (37% of max value = 765). Red value is 97 (38.28% from 255 or 34.52% from 281); Green value is 83 (32.81% from 255 or 29.54% from 281); Blue value is 101 (39.84% from 255 or 35.94% from 281); Max value from RGB is 101 - color contains mainly: blue. Hex color #615365 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #615365 is #9EAC9A. Grayscale: #595959. Windows color (decimal): -10398875 or 6640481. OLE color: 6640481.

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

Color convert

RGB9783101-
CMYK0.040.1800.60
HSL286.67º9.78%36.08%-
HSV(B)286.67º17.82%39.61%-
XYZ10.379.6713.63-
YUV89.24134.64133.54-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 34.52%
GREEN value IS 83 (32.81% from 255) = 29.54%
BLUE value IS 101 (39.84% from 255) = 35.94%
R=34.52%
G=29.54%
B=35.94%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal97831010.040.1800.60286.679.7836.08
Hex61536541203C11fa24
Octal1411231454220744371244
Binary1100001101001111001011001001001111001000111111010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #615365; }

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

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

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

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

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

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

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

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