#614661

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

Shades of Fedora #614661

Tints of Fedora #614661

Color information

#614661 (or 0x614661) is unknown color: approx Fedora. HEX triplet: 61, 46 and 61. RGB value is (97,70,97). Sum of RGB (Red+Green+Blue) = 97+70+97=264 (34% of max value = 765). Red value is 97 (38.28% from 255 or 36.74% from 264); Green value is 70 (27.73% from 255 or 26.52% from 264); Blue value is 97 (38.28% from 255 or 36.74% from 264); Max value from RGB is 97 - color contains mainly: red, blue. Hex color #614661 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #614661 is #9EB99E. Grayscale: #515151. Windows color (decimal): -10402207 or 6375009. OLE color: 6375009.

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

Color convert

RGB977097-
CMYK00.2800.62
HSL300º16.17%32.75%-
HSV(B)300º27.84%38.04%-
XYZ9.287.7812.32-
YUV81.15136.95139.3-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 36.74%
GREEN value IS 70 (27.73% from 255) = 26.52%
BLUE value IS 97 (38.28% from 255) = 36.74%
R=36.74%
G=26.52%
B=36.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97709700.2800.6230016.1732.75
Hex61466101C03E12c1021
Octal1411061410340764542041
Binary110000110001101100001011100011111010010110010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #614661; }

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

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

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

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

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

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

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

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