#614F69

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

Shades of Fedora #614F69

Tints of Fedora #614F69

Color information

#614F69 (or 0x614F69) is unknown color: approx Fedora. HEX triplet: 61, 4F and 69. RGB value is (97,79,105). Sum of RGB (Red+Green+Blue) = 97+79+105=281 (37% of max value = 765). Red value is 97 (38.28% from 255 or 34.52% from 281); Green value is 79 (31.25% from 255 or 28.11% from 281); Blue value is 105 (41.41% from 255 or 37.37% from 281); Max value from RGB is 105 - color contains mainly: blue. Hex color #614F69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #614F69 is #9EB096. Grayscale: #575757. Windows color (decimal): -10399895 or 6901601. OLE color: 6901601.

HSL color Cylindrical-coordinate representation of color #614F69: hue angle of 281.54º degrees, saturation: 0.14, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #614F69 is Cyan = 0.08, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB9779105-
CMYK0.080.2500.59
HSL281.54º14.13%36.08%-
HSV(B)281.54º24.76%41.18%-
XYZ10.289.1514.59-
YUV87.35137.96134.89-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 34.52%
GREEN value IS 79 (31.25% from 255) = 28.11%
BLUE value IS 105 (41.41% from 255) = 37.37%
R=34.52%
G=28.11%
B=37.37%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal97791050.080.2500.59281.5414.1336.08
Hex614F6981903B11ae24
Octal14111715110310734321644
Binary11000011001111110100110001100101110111000110101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614F69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #614F69; }

 p { color: rgb(97,79,105); }

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

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

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

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

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

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

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