Html Css Color HEX #685D6D Fedora

📋 copy color: '#685D6D'

red 104 ◦ green 93 ◦ blue 109

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

Shades of Fedora #685D6D

Tints of Fedora #685D6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 35.62%

R = 33.99%
G = 30.39%
B = 35.62%

CMYK

 C value IS 0.05

 M value IS 0.15

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#685D6D (or 0x685D6D) is known color: Fedora. HEX triplet: 68, 5D and 6D. RGB value is (104,93,109). Sum of RGB (Red+Green+Blue) = 104+93+109=306 (40% of max value = 765). Red value is 104 (41.02% from 255 or 33.99% from 306); Green value is 93 (36.72% from 255 or 30.39% from 306); Blue value is 109 (42.97% from 255 or 35.62% from 306); Max value from RGB is 109 - color contains mainly: blue. Hex color #685D6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685D6D is #97A292. Grayscale: #626262. Windows color (decimal): -9937555 or 7167336. OLE color: 7167336.

HSL color Cylindrical-coordinate representation of color #685D6D: hue angle of 281.25º degrees, saturation: 0.08, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #685D6D is Cyan = 0.05, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 104 93 109 -
CMYK 0.05 0.15 0 0.57
HSL 281.25º 0.08% 0.4% -
HSV(B) 281.25º 0.15% 0.43% -
XYZ 12.38 11.88 16.11 -
YUV 98.11 134.14 132.2 -
System Red Green Blue C M Y K H S L
Decimal 104 93 109 0.05 0.15 0 0.57 281.25 0.08 0.4
Hex 68 5D 6D 5 F 0 39 119 8 28
Octal 150 135 155 5 17 0 71 431 10 50
Binary 1101000 1011101 1101101 101 1111 0 111001 100011001 1000 101000

Color Harmonies of #685D6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685D6D

Black with #685D6D

Text Example


Text Example

White with #685D6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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