Html Css Color HEX #684E6C Fedora

📋 copy color: '#684E6C'

red 104 ◦ green 78 ◦ blue 108

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

Shades of Fedora #684E6C

Tints of Fedora #684E6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 37.24%

R = 35.86%
G = 26.9%
B = 37.24%

CMYK

 C value IS 0.04

 M value IS 0.28

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#684E6C (or 0x684E6C) is known color: Fedora. HEX triplet: 68, 4E and 6C. RGB value is (104,78,108). Sum of RGB (Red+Green+Blue) = 104+78+108=290 (38% of max value = 765). Red value is 104 (41.02% from 255 or 35.86% from 290); Green value is 78 (30.86% from 255 or 26.90% from 290); Blue value is 108 (42.58% from 255 or 37.24% from 290); Max value from RGB is 108 - color contains mainly: blue. Hex color #684E6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #684E6C is #97B193. Grayscale: #595959. Windows color (decimal): -9941396 or 7097960. OLE color: 7097960.

HSL color Cylindrical-coordinate representation of color #684E6C: hue angle of 292º degrees, saturation: 0.16, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #684E6C is Cyan = 0.04, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 104 78 108 -
CMYK 0.04 0.28 0 0.58
HSL 292º 0.16% 0.36% -
HSV(B) 292º 0.28% 0.42% -
XYZ 11.14 9.47 15.43 -
YUV 89.19 138.61 138.56 -
System Red Green Blue C M Y K H S L
Decimal 104 78 108 0.04 0.28 0 0.58 292 0.16 0.36
Hex 68 4E 6C 4 1C 0 3A 124 10 24
Octal 150 116 154 4 34 0 72 444 20 44
Binary 1101000 1001110 1101100 100 11100 0 111010 100100100 10000 100100

Color Harmonies of #684E6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #684E6C

Black with #684E6C

Text Example


Text Example

White with #684E6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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