#685770

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

Shades of Fedora #685770

Tints of Fedora #685770

Color information

#685770 (or 0x685770) is unknown color: approx Fedora. HEX triplet: 68, 57 and 70. RGB value is (104,87,112). Sum of RGB (Red+Green+Blue) = 104+87+112=303 (40% of max value = 765). Red value is 104 (41.02% from 255 or 34.32% from 303); Green value is 87 (34.38% from 255 or 28.71% from 303); Blue value is 112 (44.14% from 255 or 36.96% from 303); Max value from RGB is 112 - color contains mainly: blue. Hex color #685770 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685770 is #97A88F. Grayscale: #5E5E5E. Windows color (decimal): -9939088 or 7362408. OLE color: 7362408.

HSL color Cylindrical-coordinate representation of color #685770: hue angle of 280.8º degrees, saturation: 0.13, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #685770 is Cyan = 0.07, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB10487112-
CMYK0.070.2200.56
HSL280.8º12.56%39.02%-
HSV(B)280.8º22.32%43.92%-
XYZ12.0410.9316.8-
YUV94.93137.63134.47-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 34.32%
GREEN value IS 87 (34.38% from 255) = 28.71%
BLUE value IS 112 (44.14% from 255) = 36.96%
R=34.32%
G=28.71%
B=36.96%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal104871120.070.2200.56280.812.5639.02
Hex685770716038119d27
Octal1501271607260704311547
Binary1101000101011111100001111011001110001000110011101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #685770; }

 p { color: rgb(104,87,112); }

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

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

 a { background-color: rgb(104,87,112); }

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

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

 span { border-color: rgb(104,87,112); }

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