#614869

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

Shades of Fedora #614869

Tints of Fedora #614869

Color information

#614869 (or 0x614869) is unknown color: approx Fedora. HEX triplet: 61, 48 and 69. RGB value is (97,72,105). Sum of RGB (Red+Green+Blue) = 97+72+105=274 (36% of max value = 765). Red value is 97 (38.28% from 255 or 35.40% from 274); Green value is 72 (28.52% from 255 or 26.28% from 274); Blue value is 105 (41.41% from 255 or 38.32% from 274); Max value from RGB is 105 - color contains mainly: blue. Hex color #614869 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #614869 is #9EB796. Grayscale: #535353. Windows color (decimal): -10401687 or 6899809. OLE color: 6899809.

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

Color convert

RGB9772105-
CMYK0.080.3100.59
HSL285.45º18.64%34.71%-
HSV(B)285.45º31.43%41.18%-
XYZ9.88.214.43-
YUV83.24140.28137.82-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 35.40%
GREEN value IS 72 (28.52% from 255) = 26.28%
BLUE value IS 105 (41.41% from 255) = 38.32%
R=35.40%
G=26.28%
B=38.32%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal97721050.080.3100.59285.4518.6434.71
Hex61486981F03B11d1323
Octal14111015110370734352343
Binary110000110010001101001100011111011101110001110110011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #614869; }

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

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

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

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

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

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

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

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