#687279

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

Shades of Mid Grey #687279

Tints of Mid Grey #687279

Color information

#687279 (or 0x687279) is unknown color: approx Mid Grey. HEX triplet: 68, 72 and 79. RGB value is (104,114,121). Sum of RGB (Red+Green+Blue) = 104+114+121=339 (44% of max value = 765). Red value is 104 (41.02% from 255 or 30.68% from 339); Green value is 114 (44.92% from 255 or 33.63% from 339); Blue value is 121 (47.66% from 255 or 35.69% from 339); Max value from RGB is 121 - color contains mainly: blue. Hex color #687279 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #687279 is #978D86. Grayscale: #6F6F6F. Windows color (decimal): -9932167 or 7959144. OLE color: 7959144.

HSL color Cylindrical-coordinate representation of color #687279: hue angle of 204.71º degrees, saturation: 0.08, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #687279 is Cyan = 0.14, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB104114121-
CMYK0.140.0600.53
HSL204.71º7.56%44.12%-
HSV(B)204.71º14.05%47.45%-
XYZ15.1816.3620.45-
YUV111.81133.19122.43-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 30.68%
GREEN value IS 114 (44.92% from 255) = 33.63%
BLUE value IS 121 (47.66% from 255) = 35.69%
R=30.68%
G=33.63%
B=35.69%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1041141210.140.0600.53204.717.5644.12
Hex687279E6035cd82c
Octal1501621711660653151054
Binary11010001110010111100111101100110101110011011000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #687279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #687279; }

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

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

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

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

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

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

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

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