Html Css Color HEX #685171 Fedora

📋 copy color: '#685171'

red 104 ◦ green 81 ◦ blue 113

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

Shades of Fedora #685171

Tints of Fedora #685171

RGB

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

 GREEN value IS 81 (32.03% from 255) = 27.18%

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

R = 34.9%
G = 27.18%
B = 37.92%

CMYK

 C value IS 0.08

 M value IS 0.28

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#685171 (or 0x685171) is known color: Fedora. HEX triplet: 68, 51 and 71. RGB value is (104,81,113). Sum of RGB (Red+Green+Blue) = 104+81+113=298 (39% of max value = 765). Red value is 104 (41.02% from 255 or 34.90% from 298); Green value is 81 (32.03% from 255 or 27.18% from 298); Blue value is 113 (44.53% from 255 or 37.92% from 298); Max value from RGB is 113 - color contains mainly: blue. Hex color #685171 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685171 is #97AE8E. Grayscale: #5B5B5B. Windows color (decimal): -9940623 or 7426408. OLE color: 7426408.

HSL color Cylindrical-coordinate representation of color #685171: hue angle of 283.12º degrees, saturation: 0.16, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #685171 is Cyan = 0.08, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 104 81 113 -
CMYK 0.08 0.28 0 0.56
HSL 283.13º 0.16% 0.38% -
HSV(B) 283.13º 0.28% 0.44% -
XYZ 11.63 10.02 16.94 -
YUV 91.53 140.12 136.9 -
System Red Green Blue C M Y K H S L
Decimal 104 81 113 0.08 0.28 0 0.56 283.13 0.16 0.38
Hex 68 51 71 8 1C 0 38 11B 10 26
Octal 150 121 161 10 34 0 70 433 20 46
Binary 1101000 1010001 1110001 1000 11100 0 111000 100011011 10000 100110

Color Harmonies of #685171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685171

Black with #685171

Text Example


Text Example

White with #685171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #685171; }

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

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

background-color css

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

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

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

border-color css

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

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

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