#694E73

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

Shades of Fedora #694E73

Tints of Fedora #694E73

Color information

#694E73 (or 0x694E73) is unknown color: approx Fedora. HEX triplet: 69, 4E and 73. RGB value is (105,78,115). Sum of RGB (Red+Green+Blue) = 105+78+115=298 (39% of max value = 765). Red value is 105 (41.41% from 255 or 35.23% from 298); Green value is 78 (30.86% from 255 or 26.17% from 298); Blue value is 115 (45.31% from 255 or 38.59% from 298); Max value from RGB is 115 - color contains mainly: blue. Hex color #694E73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #694E73 is #96B18C. Grayscale: #5A5A5A. Windows color (decimal): -9875853 or 7556713. OLE color: 7556713.

HSL color Cylindrical-coordinate representation of color #694E73: hue angle of 283.78º degrees, saturation: 0.19, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #694E73 is Cyan = 0.09, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB10578115-
CMYK0.090.3200.55
HSL283.78º19.17%37.84%-
HSV(B)283.78º32.17%45.1%-
XYZ11.649.6917.48-
YUV90.29141.95138.49-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 35.23%
GREEN value IS 78 (30.86% from 255) = 26.17%
BLUE value IS 115 (45.31% from 255) = 38.59%
R=35.23%
G=26.17%
B=38.59%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal105781150.090.3200.55283.7819.1737.84
Hex694E7392003711c1326
Octal15111616311400674342346
Binary1101001100111011100111001100000011011110001110010011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #694E73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #694E73; }

 p { color: rgb(105,78,115); }

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

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

 a { background-color: rgb(105,78,115); }

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

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

 span { border-color: rgb(105,78,115); }

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