Html Css Color HEX #685D6C Fedora

📋 copy color: '#685D6C'

red 104 ◦ green 93 ◦ blue 108

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

Shades of Fedora #685D6C

Tints of Fedora #685D6C

RGB

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

 GREEN value IS 93 (36.72% from 255) = 30.49%

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

R = 34.1%
G = 30.49%
B = 35.41%

CMYK

 C value IS 0.04

 M value IS 0.14

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#685D6C (or 0x685D6C) is known color: Fedora. HEX triplet: 68, 5D and 6C. RGB value is (104,93,108). Sum of RGB (Red+Green+Blue) = 104+93+108=305 (40% of max value = 765). Red value is 104 (41.02% from 255 or 34.10% from 305); Green value is 93 (36.72% from 255 or 30.49% from 305); Blue value is 108 (42.58% from 255 or 35.41% from 305); Max value from RGB is 108 - color contains mainly: blue. Hex color #685D6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685D6C is #97A293. Grayscale: #616161. Windows color (decimal): -9937556 or 7101800. OLE color: 7101800.

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

Color convert

RGB 104 93 108 -
CMYK 0.04 0.14 0 0.58
HSL 284º 0.07% 0.39% -
HSV(B) 284º 0.14% 0.42% -
XYZ 12.33 11.85 15.83 -
YUV 98 133.64 132.28 -
System Red Green Blue C M Y K H S L
Decimal 104 93 108 0.04 0.14 0 0.58 284 0.07 0.39
Hex 68 5D 6C 4 E 0 3A 11C 7 27
Octal 150 135 154 4 16 0 72 434 7 47
Binary 1101000 1011101 1101100 100 1110 0 111010 100011100 111 100111

Color Harmonies of #685D6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685D6C

Black with #685D6C

Text Example


Text Example

White with #685D6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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