Html Css Color HEX #685C69 Fedora

📋 copy color: '#685C69'

red 104 ◦ green 92 ◦ blue 105

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

Shades of Fedora #685C69

Tints of Fedora #685C69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 34.88%

R = 34.55%
G = 30.56%
B = 34.88%

CMYK

 C value IS 0.01

 M value IS 0.12

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#685C69 (or 0x685C69) is known color: Fedora. HEX triplet: 68, 5C and 69. RGB value is (104,92,105). Sum of RGB (Red+Green+Blue) = 104+92+105=301 (39% of max value = 765). Red value is 104 (41.02% from 255 or 34.55% from 301); Green value is 92 (36.33% from 255 or 30.56% from 301); Blue value is 105 (41.41% from 255 or 34.88% from 301); Max value from RGB is 105 - color contains mainly: blue. Hex color #685C69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685C69 is #97A396. Grayscale: #616161. Windows color (decimal): -9937815 or 6904936. OLE color: 6904936.

HSL color Cylindrical-coordinate representation of color #685C69: hue angle of 295.38º degrees, saturation: 0.07, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #685C69 is Cyan = 0.01, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 92 105 -
CMYK 0.01 0.12 0 0.59
HSL 295.38º 0.07% 0.39% -
HSV(B) 295.38º 0.12% 0.41% -
XYZ 12.09 11.62 14.97 -
YUV 97.07 132.48 132.94 -
System Red Green Blue C M Y K H S L
Decimal 104 92 105 0.01 0.12 0 0.59 295.38 0.07 0.39
Hex 68 5C 69 1 C 0 3B 127 7 27
Octal 150 134 151 1 14 0 73 447 7 47
Binary 1101000 1011100 1101001 1 1100 0 111011 100100111 111 100111

Color Harmonies of #685C69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685C69

Black with #685C69

Text Example


Text Example

White with #685C69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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