#61496A

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

Shades of Fedora #61496A

Tints of Fedora #61496A

Color information

#61496A (or 0x61496A) is unknown color: approx Fedora. HEX triplet: 61, 49 and 6A. RGB value is (97,73,106). Sum of RGB (Red+Green+Blue) = 97+73+106=276 (36% of max value = 765). Red value is 97 (38.28% from 255 or 35.14% from 276); Green value is 73 (28.91% from 255 or 26.45% from 276); Blue value is 106 (41.80% from 255 or 38.41% from 276); Max value from RGB is 106 - color contains mainly: blue. Hex color #61496A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #61496A is #9EB695. Grayscale: #535353. Windows color (decimal): -10401430 or 6965601. OLE color: 6965601.

HSL color Cylindrical-coordinate representation of color #61496A: hue angle of 283.64º degrees, saturation: 0.18, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #61496A is Cyan = 0.08, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB9773106-
CMYK0.080.3100.58
HSL283.64º18.44%35.1%-
HSV(B)283.64º31.13%41.57%-
XYZ9.918.3514.72-
YUV83.94140.45137.32-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 35.14%
GREEN value IS 73 (28.91% from 255) = 26.45%
BLUE value IS 106 (41.80% from 255) = 38.41%
R=35.14%
G=26.45%
B=38.41%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal97731060.080.3100.58283.6418.4435.1
Hex61496A81F03A11c1223
Octal14111115210370724342243
Binary110000110010011101010100011111011101010001110010010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61496A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61496A; }

 p { color: rgb(97,73,106); }

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

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

 a { background-color: rgb(97,73,106); }

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

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

 span { border-color: rgb(97,73,106); }

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