#687075

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

Shades of Mid Grey #687075

Tints of Mid Grey #687075

Color information

#687075 (or 0x687075) is unknown color: approx Mid Grey. HEX triplet: 68, 70 and 75. RGB value is (104,112,117). Sum of RGB (Red+Green+Blue) = 104+112+117=333 (44% of max value = 765). Red value is 104 (41.02% from 255 or 31.23% from 333); Green value is 112 (44.14% from 255 or 33.63% from 333); Blue value is 117 (46.09% from 255 or 35.14% from 333); Max value from RGB is 117 - color contains mainly: blue. Hex color #687075 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #687075 is #978F8A. Grayscale: #6E6E6E. Windows color (decimal): -9932683 or 7696488. OLE color: 7696488.

HSL color Cylindrical-coordinate representation of color #687075: hue angle of 203.08º degrees, saturation: 0.06, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #687075 is Cyan = 0.11, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB104112117-
CMYK0.110.0400.54
HSL203.08º5.88%43.33%-
HSV(B)203.08º11.11%45.88%-
XYZ14.7115.8219.11-
YUV110.18131.85123.59-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 31.23%
GREEN value IS 112 (44.14% from 255) = 33.63%
BLUE value IS 117 (46.09% from 255) = 35.14%
R=31.23%
G=33.63%
B=35.14%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1041121170.110.0400.54203.085.8843.33
Hex687075B4036cb62b
Octal150160165134066313653
Binary1101000111000011101011011100011011011001011110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #687075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #687075; }

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

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

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

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

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

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

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

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