#614C63

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

Shades of Fedora #614C63

Tints of Fedora #614C63

Color information

#614C63 (or 0x614C63) is unknown color: approx Fedora. HEX triplet: 61, 4C and 63. RGB value is (97,76,99). Sum of RGB (Red+Green+Blue) = 97+76+99=272 (36% of max value = 765). Red value is 97 (38.28% from 255 or 35.66% from 272); Green value is 76 (30.08% from 255 or 27.94% from 272); Blue value is 99 (39.06% from 255 or 36.40% from 272); Max value from RGB is 99 - color contains mainly: blue. Hex color #614C63 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #614C63 is #9EB39C. Grayscale: #545454. Windows color (decimal): -10400669 or 6507617. OLE color: 6507617.

HSL color Cylindrical-coordinate representation of color #614C63: hue angle of 294.78º degrees, saturation: 0.13, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #614C63 is Cyan = 0.02, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB977699-
CMYK0.020.2300.61
HSL294.78º13.14%34.31%-
HSV(B)294.78º23.23%38.82%-
XYZ9.778.6112.95-
YUV84.9135.96136.63-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 35.66%
GREEN value IS 76 (30.08% from 255) = 27.94%
BLUE value IS 99 (39.06% from 255) = 36.40%
R=35.66%
G=27.94%
B=36.40%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9776990.020.2300.61294.7813.1434.31
Hex614C6321703D127d22
Octal1411141432270754471542
Binary110000110011001100011101011101111011001001111101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614C63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,76,99); }

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

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

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

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

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

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

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