#685C6A

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

Shades of Fedora #685C6A

Tints of Fedora #685C6A

Color information

#685C6A (or 0x685C6A) is unknown color: approx Fedora. HEX triplet: 68, 5C and 6A. RGB value is (104,92,106). Sum of RGB (Red+Green+Blue) = 104+92+106=302 (40% of max value = 765). Red value is 104 (41.02% from 255 or 34.44% from 302); Green value is 92 (36.33% from 255 or 30.46% from 302); Blue value is 106 (41.80% from 255 or 35.10% from 302); Max value from RGB is 106 - color contains mainly: blue. Hex color #685C6A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685C6A is #97A395. Grayscale: #616161. Windows color (decimal): -9937814 or 6970472. OLE color: 6970472.

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

Color convert

RGB10492106-
CMYK0.020.1300.58
HSL291.43º7.07%38.82%-
HSV(B)291.43º13.21%41.57%-
XYZ12.1411.6415.24-
YUV97.18132.98132.86-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 34.44%
GREEN value IS 92 (36.33% from 255) = 30.46%
BLUE value IS 106 (41.80% from 255) = 35.10%
R=34.44%
G=30.46%
B=35.10%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal104921060.020.1300.58291.437.0738.82
Hex685C6A2D03A123727
Octal150134152215072443747
Binary1101000101110011010101011010111010100100011111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685C6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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