Html Css Color HEX #684D6D Fedora

📋 copy color: '#684D6D'

red 104 ◦ green 77 ◦ blue 109

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

Shades of Fedora #684D6D

Tints of Fedora #684D6D

RGB

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

 GREEN value IS 77 (30.47% from 255) = 26.55%

 BLUE value IS 109 (42.97% from 255) = 37.59%

R = 35.86%
G = 26.55%
B = 37.59%

CMYK

 C value IS 0.05

 M value IS 0.29

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#684D6D (or 0x684D6D) is known color: Fedora. HEX triplet: 68, 4D and 6D. RGB value is (104,77,109). Sum of RGB (Red+Green+Blue) = 104+77+109=290 (38% of max value = 765). Red value is 104 (41.02% from 255 or 35.86% from 290); Green value is 77 (30.47% from 255 or 26.55% from 290); Blue value is 109 (42.97% from 255 or 37.59% from 290); Max value from RGB is 109 - color contains mainly: blue. Hex color #684D6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #684D6D is #97B292. Grayscale: #585858. Windows color (decimal): -9941651 or 7163240. OLE color: 7163240.

HSL color Cylindrical-coordinate representation of color #684D6D: hue angle of 290.62º degrees, saturation: 0.17, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #684D6D is Cyan = 0.05, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 104 77 109 -
CMYK 0.05 0.29 0 0.57
HSL 290.63º 0.17% 0.36% -
HSV(B) 290.63º 0.29% 0.43% -
XYZ 11.12 9.35 15.69 -
YUV 88.72 139.45 138.9 -
System Red Green Blue C M Y K H S L
Decimal 104 77 109 0.05 0.29 0 0.57 290.63 0.17 0.36
Hex 68 4D 6D 5 1D 0 39 123 11 24
Octal 150 115 155 5 35 0 71 443 21 44
Binary 1101000 1001101 1101101 101 11101 0 111001 100100011 10001 100100

Color Harmonies of #684D6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #684D6D

Black with #684D6D

Text Example


Text Example

White with #684D6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,77,109); }

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

background-color css

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

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

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

border-color css

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

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

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