#685672

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

Shades of Fedora #685672

Tints of Fedora #685672

Color information

#685672 (or 0x685672) is unknown color: approx Fedora. HEX triplet: 68, 56 and 72. RGB value is (104,86,114). Sum of RGB (Red+Green+Blue) = 104+86+114=304 (40% of max value = 765). Red value is 104 (41.02% from 255 or 34.21% from 304); Green value is 86 (33.98% from 255 or 28.29% from 304); Blue value is 114 (44.92% from 255 or 37.5% from 304); Max value from RGB is 114 - color contains mainly: blue. Hex color #685672 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685672 is #97A98D. Grayscale: #5E5E5E. Windows color (decimal): -9939342 or 7493224. OLE color: 7493224.

HSL color Cylindrical-coordinate representation of color #685672: hue angle of 278.57º degrees, saturation: 0.14, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #685672 is Cyan = 0.09, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB10486114-
CMYK0.090.2500.55
HSL278.57º14%39.22%-
HSV(B)278.57º24.56%44.71%-
XYZ12.0710.8117.37-
YUV94.57138.96134.72-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 34.21%
GREEN value IS 86 (33.98% from 255) = 28.29%
BLUE value IS 114 (44.92% from 255) = 37.5%
R=34.21%
G=28.29%
B=37.5%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal104861140.090.2500.55278.571439.22
Hex685672919037117e27
Octal15012616211310674271647
Binary11010001010110111001010011100101101111000101111110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #685672; }

 p { color: rgb(104,86,114); }

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

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

 a { background-color: rgb(104,86,114); }

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

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

 span { border-color: rgb(104,86,114); }

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