#685B6B

Color #685B6B Fedora (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fedora #685B6B

Tints of Fedora #685B6B

Color information

#685B6B (or 0x685B6B) is unknown color: approx Fedora. HEX triplet: 68, 5B and 6B. RGB value is (104,91,107). Sum of RGB (Red+Green+Blue) = 104+91+107=302 (40% of max value = 765). Red value is 104 (41.02% from 255 or 34.44% from 302); Green value is 91 (35.94% from 255 or 30.13% from 302); Blue value is 107 (42.19% from 255 or 35.43% from 302); Max value from RGB is 107 - color contains mainly: blue. Hex color #685B6B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685B6B is #97A494. Grayscale: #606060. Windows color (decimal): -9938069 or 7035752. OLE color: 7035752.

HSL color Cylindrical-coordinate representation of color #685B6B: hue angle of 288.75º 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 #685B6B is Cyan = 0.03, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB10491107-
CMYK0.030.1500.58
HSL288.75º8.08%38.82%-
HSV(B)288.75º14.95%41.96%-
XYZ12.111.4915.49-
YUV96.71133.81133.2-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 34.44%
GREEN value IS 91 (35.94% from 255) = 30.13%
BLUE value IS 107 (42.19% from 255) = 35.43%
R=34.44%
G=30.13%
B=35.43%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal104911070.030.1500.58288.758.0838.82
Hex685B6B3F03A121827
Octal1501331533170724411047
Binary11010001011011110101111111101110101001000011000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685B6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,91,107); }

 H1.HeaderClassName
 {
   color: #685B6B;
 }
 .AnyTagClassName
 {
   color: #685B6B;
 }
</style>
background-color css

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

 a { background-color: rgb(104,91,107); }

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

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

 span { border-color: rgb(104,91,107); }

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