#614861

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

Shades of Fedora #614861

Tints of Fedora #614861

Color information

#614861 (or 0x614861) is unknown color: approx Fedora. HEX triplet: 61, 48 and 61. RGB value is (97,72,97). Sum of RGB (Red+Green+Blue) = 97+72+97=266 (35% of max value = 765). Red value is 97 (38.28% from 255 or 36.47% from 266); Green value is 72 (28.52% from 255 or 27.07% from 266); Blue value is 97 (38.28% from 255 or 36.47% from 266); Max value from RGB is 97 - color contains mainly: red, blue. Hex color #614861 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #614861 is #9EB79E. Grayscale: #525252. Windows color (decimal): -10401695 or 6375521. OLE color: 6375521.

HSL color Cylindrical-coordinate representation of color #614861: hue angle of 300º degrees, saturation: 0.15, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #614861 is Cyan = 0, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB977297-
CMYK00.2600.62
HSL300º14.79%33.14%-
HSV(B)300º25.77%38.04%-
XYZ9.48.0412.37-
YUV82.32136.28138.47-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 36.47%
GREEN value IS 72 (28.52% from 255) = 27.07%
BLUE value IS 97 (38.28% from 255) = 36.47%
R=36.47%
G=27.07%
B=36.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97729700.2600.6230014.7933.14
Hex61486101A03E12cf21
Octal1411101410320764541741
Binary11000011001000110000101101001111101001011001111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #614861; }

 p { color: rgb(97,72,97); }

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

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

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

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

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

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

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