Html Css Color HEX #685771 Fedora

📋 copy color: '#685771'

red 104 ◦ green 87 ◦ blue 113

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

Shades of Fedora #685771

Tints of Fedora #685771

RGB

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

 GREEN value IS 87 (34.38% from 255) = 28.62%

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

R = 34.21%
G = 28.62%
B = 37.17%

CMYK

 C value IS 0.08

 M value IS 0.23

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#685771 (or 0x685771) is known color: Fedora. HEX triplet: 68, 57 and 71. RGB value is (104,87,113). Sum of RGB (Red+Green+Blue) = 104+87+113=304 (40% of max value = 765). Red value is 104 (41.02% from 255 or 34.21% from 304); Green value is 87 (34.38% from 255 or 28.62% from 304); Blue value is 113 (44.53% from 255 or 37.17% from 304); Max value from RGB is 113 - color contains mainly: blue. Hex color #685771 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685771 is #97A88E. Grayscale: #5E5E5E. Windows color (decimal): -9939087 or 7427944. OLE color: 7427944.

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

Color convert

RGB 104 87 113 -
CMYK 0.08 0.23 0 0.56
HSL 279.23º 0.13% 0.39% -
HSV(B) 279.23º 0.23% 0.44% -
XYZ 12.1 10.95 17.1 -
YUV 95.05 138.13 134.39 -
System Red Green Blue C M Y K H S L
Decimal 104 87 113 0.08 0.23 0 0.56 279.23 0.13 0.39
Hex 68 57 71 8 17 0 38 117 D 27
Octal 150 127 161 10 27 0 70 427 15 47
Binary 1101000 1010111 1110001 1000 10111 0 111000 100010111 1101 100111

Color Harmonies of #685771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685771

Black with #685771

Text Example


Text Example

White with #685771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #685771; }

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

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

background-color css

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

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

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

border-color css

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

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

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