Html Css Color HEX #684C73 Fedora

📋 copy color: '#684C73'

red 104 ◦ green 76 ◦ blue 115

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

Shades of Fedora #684C73

Tints of Fedora #684C73

RGB

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

 GREEN value IS 76 (30.08% from 255) = 25.76%

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

R = 35.25%
G = 25.76%
B = 38.98%

CMYK

 C value IS 0.10

 M value IS 0.34

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#684C73 (or 0x684C73) is known color: Fedora. HEX triplet: 68, 4C and 73. RGB value is (104,76,115). Sum of RGB (Red+Green+Blue) = 104+76+115=295 (39% of max value = 765). Red value is 104 (41.02% from 255 or 35.25% from 295); Green value is 76 (30.08% from 255 or 25.76% from 295); Blue value is 115 (45.31% from 255 or 38.98% from 295); Max value from RGB is 115 - color contains mainly: blue. Hex color #684C73 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #684C73 is #97B38C. Grayscale: #585858. Windows color (decimal): -9941901 or 7556200. OLE color: 7556200.

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

Color convert

RGB 104 76 115 -
CMYK 0.10 0.34 0 0.55
HSL 283.08º 0.2% 0.37% -
HSV(B) 283.08º 0.34% 0.45% -
XYZ 11.39 9.35 17.42 -
YUV 88.82 142.78 138.83 -
System Red Green Blue C M Y K H S L
Decimal 104 76 115 0.10 0.34 0 0.55 283.08 0.2 0.37
Hex 68 4C 73 A 22 0 37 11B 14 25
Octal 150 114 163 12 42 0 67 433 24 45
Binary 1101000 1001100 1110011 1010 100010 0 110111 100011011 10100 100101

Color Harmonies of #684C73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #684C73

Black with #684C73

Text Example


Text Example

White with #684C73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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