Html Css Color HEX #684F73 Fedora

📋 copy color: '#684F73'

red 104 ◦ green 79 ◦ blue 115

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

Shades of Fedora #684F73

Tints of Fedora #684F73

RGB

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

 GREEN value IS 79 (31.25% from 255) = 26.51%

 BLUE value IS 115 (45.31% from 255) = 38.59%

R = 34.9%
G = 26.51%
B = 38.59%

CMYK

 C value IS 0.10

 M value IS 0.31

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#684F73 (or 0x684F73) is known color: Fedora. HEX triplet: 68, 4F and 73. RGB value is (104,79,115). Sum of RGB (Red+Green+Blue) = 104+79+115=298 (39% of max value = 765). Red value is 104 (41.02% from 255 or 34.90% from 298); Green value is 79 (31.25% from 255 or 26.51% from 298); Blue value is 115 (45.31% from 255 or 38.59% from 298); Max value from RGB is 115 - color contains mainly: blue. Hex color #684F73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #684F73 is #97B08C. Grayscale: #5A5A5A. Windows color (decimal): -9941133 or 7556968. OLE color: 7556968.

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

Color convert

RGB 104 79 115 -
CMYK 0.10 0.31 0 0.55
HSL 281.67º 0.19% 0.38% -
HSV(B) 281.67º 0.31% 0.45% -
XYZ 11.6 9.77 17.49 -
YUV 90.58 141.78 137.57 -
System Red Green Blue C M Y K H S L
Decimal 104 79 115 0.10 0.31 0 0.55 281.67 0.19 0.38
Hex 68 4F 73 A 1F 0 37 11A 13 26
Octal 150 117 163 12 37 0 67 432 23 46
Binary 1101000 1001111 1110011 1010 11111 0 110111 100011010 10011 100110

Color Harmonies of #684F73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #684F73

Black with #684F73

Text Example


Text Example

White with #684F73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,79,115); }

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

background-color css

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

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

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

border-color css

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

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

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