Html Css Color HEX #684E71 Fedora

📋 copy color: '#684E71'

red 104 ◦ green 78 ◦ blue 113

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

Shades of Fedora #684E71

Tints of Fedora #684E71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 38.31%

R = 35.25%
G = 26.44%
B = 38.31%

CMYK

 C value IS 0.08

 M value IS 0.31

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#684E71 (or 0x684E71) is known color: Fedora. HEX triplet: 68, 4E and 71. RGB value is (104,78,113). Sum of RGB (Red+Green+Blue) = 104+78+113=295 (39% of max value = 765). Red value is 104 (41.02% from 255 or 35.25% from 295); Green value is 78 (30.86% from 255 or 26.44% from 295); Blue value is 113 (44.53% from 255 or 38.31% from 295); Max value from RGB is 113 - color contains mainly: blue. Hex color #684E71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #684E71 is #97B18E. Grayscale: #595959. Windows color (decimal): -9941391 or 7425640. OLE color: 7425640.

HSL color Cylindrical-coordinate representation of color #684E71: hue angle of 284.57º degrees, saturation: 0.18, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #684E71 is Cyan = 0.08, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 104 78 113 -
CMYK 0.08 0.31 0 0.56
HSL 284.57º 0.18% 0.37% -
HSV(B) 284.57º 0.31% 0.44% -
XYZ 11.41 9.58 16.87 -
YUV 89.76 141.11 138.15 -
System Red Green Blue C M Y K H S L
Decimal 104 78 113 0.08 0.31 0 0.56 284.57 0.18 0.37
Hex 68 4E 71 8 1F 0 38 11D 12 25
Octal 150 116 161 10 37 0 70 435 22 45
Binary 1101000 1001110 1110001 1000 11111 0 111000 100011101 10010 100101

Color Harmonies of #684E71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #684E71

Black with #684E71

Text Example


Text Example

White with #684E71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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