Html Css Color HEX #684E68 Fedora

📋 copy color: '#684E68'

red 104 ◦ green 78 ◦ blue 104

#684E68
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fedora #684E68

Tints of Fedora #684E68

RGB

 RED value IS 104 (41.02% from 255) = 36.36%

 GREEN value IS 78 (30.86% from 255) = 27.27%

 BLUE value IS 104 (41.02% from 255) = 36.36%

R = 36.36%
G = 27.27%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#684E68 (or 0x684E68) is known color: Fedora. HEX triplet: 68, 4E and 68. RGB value is (104,78,104). Sum of RGB (Red+Green+Blue) = 104+78+104=286 (37% of max value = 765). Red value is 104 (41.02% from 255 or 36.36% from 286); Green value is 78 (30.86% from 255 or 27.27% from 286); Blue value is 104 (41.02% from 255 or 36.36% from 286); Max value from RGB is 104 - color contains mainly: red, blue. Hex color #684E68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #684E68 is #97B197. Grayscale: #585858. Windows color (decimal): -9941400 or 6835816. OLE color: 6835816.

HSL color Cylindrical-coordinate representation of color #684E68: hue angle of 300º degrees, saturation: 0.14, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #684E68 is Cyan = 0, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 78 104 -
CMYK 0 0.25 0 0.59
HSL 300º 0.14% 0.36% -
HSV(B) 300º 0.25% 0.41% -
XYZ 10.93 9.39 14.33 -
YUV 88.74 136.61 138.89 -
System Red Green Blue C M Y K H S L
Decimal 104 78 104 0 0.25 0 0.59 300 0.14 0.36
Hex 68 4E 68 0 19 0 3B 12C E 24
Octal 150 116 150 0 31 0 73 454 16 44
Binary 1101000 1001110 1101000 0 11001 0 111011 100101100 1110 100100

Color Harmonies of #684E68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #684E68

Black with #684E68

Text Example


Text Example

White with #684E68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #684E68;
 }
 .AnyTagClassName
 {
   color: #684E68;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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