#694E74

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

Shades of Fedora #694E74

Tints of Fedora #694E74

Color information

#694E74 (or 0x694E74) is unknown color: approx Fedora. HEX triplet: 69, 4E and 74. RGB value is (105,78,116). Sum of RGB (Red+Green+Blue) = 105+78+116=299 (39% of max value = 765). Red value is 105 (41.41% from 255 or 35.12% from 299); Green value is 78 (30.86% from 255 or 26.09% from 299); Blue value is 116 (45.70% from 255 or 38.80% from 299); Max value from RGB is 116 - color contains mainly: blue. Hex color #694E74 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #694E74 is #96B18B. Grayscale: #5A5A5A. Windows color (decimal): -9875852 or 7622249. OLE color: 7622249.

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

Color convert

RGB10578116-
CMYK0.090.3300.55
HSL282.63º19.59%38.04%-
HSV(B)282.63º32.76%45.49%-
XYZ11.79.7117.78-
YUV90.4142.45138.41-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 35.12%
GREEN value IS 78 (30.86% from 255) = 26.09%
BLUE value IS 116 (45.70% from 255) = 38.80%
R=35.12%
G=26.09%
B=38.80%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal105781160.090.3300.55282.6319.5938.04
Hex694E7492103711b1426
Octal15111616411410674332446
Binary1101001100111011101001001100001011011110001101110100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #694E74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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