#614769

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

Shades of Fedora #614769

Tints of Fedora #614769

Color information

#614769 (or 0x614769) is unknown color: approx Fedora. HEX triplet: 61, 47 and 69. RGB value is (97,71,105). Sum of RGB (Red+Green+Blue) = 97+71+105=273 (36% of max value = 765). Red value is 97 (38.28% from 255 or 35.53% from 273); Green value is 71 (28.12% from 255 or 26.01% from 273); Blue value is 105 (41.41% from 255 or 38.46% from 273); Max value from RGB is 105 - color contains mainly: blue. Hex color #614769 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #614769 is #9EB896. Grayscale: #525252. Windows color (decimal): -10401943 or 6899553. OLE color: 6899553.

HSL color Cylindrical-coordinate representation of color #614769: hue angle of 285.88º degrees, saturation: 0.19, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #614769 is Cyan = 0.08, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB9771105-
CMYK0.080.3200.59
HSL285.88º19.32%34.51%-
HSV(B)285.88º32.38%41.18%-
XYZ9.738.0714.41-
YUV82.65140.61138.24-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 35.53%
GREEN value IS 71 (28.12% from 255) = 26.01%
BLUE value IS 105 (41.41% from 255) = 38.46%
R=35.53%
G=26.01%
B=38.46%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal97711050.080.3200.59285.8819.3234.51
Hex61476982003B11e1323
Octal14110715110400734362343
Binary1100001100011111010011000100000011101110001111010011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #614769; }

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

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

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

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

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

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

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

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