Html Css Color HEX #684E72 Fedora

📋 copy color: '#684E72'

red 104 ◦ green 78 ◦ blue 114

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

Shades of Fedora #684E72

Tints of Fedora #684E72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 38.51%

R = 35.14%
G = 26.35%
B = 38.51%

CMYK

 C value IS 0.09

 M value IS 0.32

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#684E72 (or 0x684E72) is known color: Fedora. HEX triplet: 68, 4E and 72. RGB value is (104,78,114). Sum of RGB (Red+Green+Blue) = 104+78+114=296 (39% of max value = 765). Red value is 104 (41.02% from 255 or 35.14% from 296); Green value is 78 (30.86% from 255 or 26.35% from 296); Blue value is 114 (44.92% from 255 or 38.51% from 296); Max value from RGB is 114 - color contains mainly: blue. Hex color #684E72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #684E72 is #97B18D. Grayscale: #595959. Windows color (decimal): -9941390 or 7491176. OLE color: 7491176.

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

Color convert

RGB 104 78 114 -
CMYK 0.09 0.32 0 0.55
HSL 283.33º 0.19% 0.38% -
HSV(B) 283.33º 0.32% 0.45% -
XYZ 11.47 9.61 17.17 -
YUV 89.88 141.61 138.07 -
System Red Green Blue C M Y K H S L
Decimal 104 78 114 0.09 0.32 0 0.55 283.33 0.19 0.38
Hex 68 4E 72 9 20 0 37 11B 13 26
Octal 150 116 162 11 40 0 67 433 23 46
Binary 1101000 1001110 1110010 1001 100000 0 110111 100011011 10011 100110

Color Harmonies of #684E72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #684E72

Black with #684E72

Text Example


Text Example

White with #684E72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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