#615164

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

Shades of Fedora #615164

Tints of Fedora #615164

Color information

#615164 (or 0x615164) is unknown color: approx Fedora. HEX triplet: 61, 51 and 64. RGB value is (97,81,100). Sum of RGB (Red+Green+Blue) = 97+81+100=278 (36% of max value = 765). Red value is 97 (38.28% from 255 or 34.89% from 278); Green value is 81 (32.03% from 255 or 29.14% from 278); Blue value is 100 (39.45% from 255 or 35.97% from 278); Max value from RGB is 100 - color contains mainly: blue. Hex color #615164 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #615164 is #9EAE9B. Grayscale: #575757. Windows color (decimal): -10399388 or 6574433. OLE color: 6574433.

HSL color Cylindrical-coordinate representation of color #615164: hue angle of 290.53º degrees, saturation: 0.1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #615164 is Cyan = 0.03, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB9781100-
CMYK0.030.1900.61
HSL290.53º10.5%35.49%-
HSV(B)290.53º19%39.22%-
XYZ10.179.3513.32-
YUV87.95134.8134.46-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 34.89%
GREEN value IS 81 (32.03% from 255) = 29.14%
BLUE value IS 100 (39.45% from 255) = 35.97%
R=34.89%
G=29.14%
B=35.97%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal97811000.030.1900.61290.5310.535.49
Hex61516431303D123a23
Octal1411211443230754431243
Binary110000110100011100100111001101111011001000111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #615164; }

 p { color: rgb(97,81,100); }

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

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

 a { background-color: rgb(97,81,100); }

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

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

 span { border-color: rgb(97,81,100); }

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