#614E68

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

Shades of Fedora #614E68

Tints of Fedora #614E68

Color information

#614E68 (or 0x614E68) is unknown color: approx Fedora. HEX triplet: 61, 4E and 68. RGB value is (97,78,104). Sum of RGB (Red+Green+Blue) = 97+78+104=279 (36% of max value = 765). Red value is 97 (38.28% from 255 or 34.77% from 279); Green value is 78 (30.86% from 255 or 27.96% from 279); Blue value is 104 (41.02% from 255 or 37.28% from 279); Max value from RGB is 104 - color contains mainly: blue. Hex color #614E68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #614E68 is #9EB197. Grayscale: #565656. Windows color (decimal): -10400152 or 6835809. OLE color: 6835809.

HSL color Cylindrical-coordinate representation of color #614E68: hue angle of 283.85º 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 #614E68 is Cyan = 0.07, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB9778104-
CMYK0.070.2500.59
HSL283.85º14.29%35.69%-
HSV(B)283.85º25%40.78%-
XYZ10.158.9914.3-
YUV86.64137.79135.39-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 34.77%
GREEN value IS 78 (30.86% from 255) = 27.96%
BLUE value IS 104 (41.02% from 255) = 37.28%
R=34.77%
G=27.96%
B=37.28%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal97781040.070.2500.59283.8514.2935.69
Hex614E6871903B11ce24
Octal1411161507310734341644
Binary1100001100111011010001111100101110111000111001110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614E68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,78,104); }

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

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

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

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

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

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

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