#684E74

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

Shades of Fedora #684E74

Tints of Fedora #684E74

Color information

#684E74 (or 0x684E74) is unknown color: approx Fedora. HEX triplet: 68, 4E and 74. RGB value is (104,78,116). Sum of RGB (Red+Green+Blue) = 104+78+116=298 (39% of max value = 765). Red value is 104 (41.02% from 255 or 34.90% from 298); Green value is 78 (30.86% from 255 or 26.17% 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 #684E74 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #684E74 is #97B18B. Grayscale: #595959. Windows color (decimal): -9941388 or 7622248. OLE color: 7622248.

HSL color Cylindrical-coordinate representation of color #684E74: hue angle of 281.05º 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 #684E74 is Cyan = 0.10, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB10478116-
CMYK0.100.3300.55
HSL281.05º19.59%38.04%-
HSV(B)281.05º32.76%45.49%-
XYZ11.599.6517.78-
YUV90.11142.61137.91-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 34.90%
GREEN value IS 78 (30.86% from 255) = 26.17%
BLUE value IS 116 (45.70% from 255) = 38.93%
R=34.90%
G=26.17%
B=38.93%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal104781160.100.3300.55281.0519.5938.04
Hex684E74A210371191426
Octal15011616412410674312446
Binary1101000100111011101001010100001011011110001100110100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #684E74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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