Html Css Color HEX #685C6C Fedora

📋 copy color: '#685C6C'

red 104 ◦ green 92 ◦ blue 108

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

Shades of Fedora #685C6C

Tints of Fedora #685C6C

RGB

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

 GREEN value IS 92 (36.33% from 255) = 30.26%

 BLUE value IS 108 (42.58% from 255) = 35.53%

R = 34.21%
G = 30.26%
B = 35.53%

CMYK

 C value IS 0.04

 M value IS 0.15

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#685C6C (or 0x685C6C) is known color: Fedora. HEX triplet: 68, 5C and 6C. RGB value is (104,92,108). Sum of RGB (Red+Green+Blue) = 104+92+108=304 (40% of max value = 765). Red value is 104 (41.02% from 255 or 34.21% from 304); Green value is 92 (36.33% from 255 or 30.26% from 304); Blue value is 108 (42.58% from 255 or 35.53% from 304); Max value from RGB is 108 - color contains mainly: blue. Hex color #685C6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685C6C is #97A393. Grayscale: #616161. Windows color (decimal): -9937812 or 7101544. OLE color: 7101544.

HSL color Cylindrical-coordinate representation of color #685C6C: hue angle of 285º degrees, saturation: 0.08, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #685C6C is Cyan = 0.04, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 104 92 108 -
CMYK 0.04 0.15 0 0.58
HSL 285º 0.08% 0.39% -
HSV(B) 285º 0.15% 0.42% -
XYZ 12.24 11.68 15.8 -
YUV 97.41 133.98 132.7 -
System Red Green Blue C M Y K H S L
Decimal 104 92 108 0.04 0.15 0 0.58 285 0.08 0.39
Hex 68 5C 6C 4 F 0 3A 11D 8 27
Octal 150 134 154 4 17 0 72 435 10 47
Binary 1101000 1011100 1101100 100 1111 0 111010 100011101 1000 100111

Color Harmonies of #685C6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685C6C

Black with #685C6C

Text Example


Text Example

White with #685C6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #685C6C; }

 p { color: rgb(104,92,108); }

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

background-color css

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

 a { background-color: rgb(104,92,108); }

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

border-color css

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

 span { border-color: rgb(104,92,108); }

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