#694D74

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

Shades of Fedora #694D74

Tints of Fedora #694D74

Color information

#694D74 (or 0x694D74) is unknown color: approx Fedora. HEX triplet: 69, 4D and 74. RGB value is (105,77,116). Sum of RGB (Red+Green+Blue) = 105+77+116=298 (39% of max value = 765). Red value is 105 (41.41% from 255 or 35.23% from 298); Green value is 77 (30.47% from 255 or 25.84% from 298); Blue value is 116 (45.70% from 255 or 38.93% from 298); Max value from RGB is 116 - color contains mainly: blue. Hex color #694D74 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #694D74 is #96B28B. Grayscale: #595959. Windows color (decimal): -9876108 or 7621993. OLE color: 7621993.

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

Color convert

RGB10577116-
CMYK0.090.3400.55
HSL283.08º20.21%37.84%-
HSV(B)283.08º33.62%45.49%-
XYZ11.639.5717.76-
YUV89.82142.78138.83-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 35.23%
GREEN value IS 77 (30.47% from 255) = 25.84%
BLUE value IS 116 (45.70% from 255) = 38.93%
R=35.23%
G=25.84%
B=38.93%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal105771160.090.3400.55283.0820.2137.84
Hex694D7492203711b1426
Octal15111516411420674332446
Binary1101001100110111101001001100010011011110001101110100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #694D74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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