#687071

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

Shades of Nevada #687071

Tints of Nevada #687071

Color information

#687071 (or 0x687071) is unknown color: approx Nevada. HEX triplet: 68, 70 and 71. RGB value is (104,112,113). Sum of RGB (Red+Green+Blue) = 104+112+113=329 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.61% from 329); Green value is 112 (44.14% from 255 or 34.04% from 329); Blue value is 113 (44.53% from 255 or 34.35% from 329); Max value from RGB is 113 - color contains mainly: blue. Hex color #687071 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #687071 is #978F8E. Grayscale: #6D6D6D. Windows color (decimal): -9932687 or 7434344. OLE color: 7434344.

HSL color Cylindrical-coordinate representation of color #687071: hue angle of 186.67º degrees, saturation: 0.04, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #687071 is Cyan = 0.08, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB104112113-
CMYK0.080.0100.56
HSL186.67º4.15%42.55%-
HSV(B)186.67º7.96%44.31%-
XYZ14.4815.7217.89-
YUV109.72129.85123.92-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 31.61%
GREEN value IS 112 (44.14% from 255) = 34.04%
BLUE value IS 113 (44.53% from 255) = 34.35%
R=31.61%
G=34.04%
B=34.35%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1041121130.080.0100.56186.674.1542.55
Hex68707181038bb42b
Octal150160161101070273453
Binary11010001110000111000110001011100010111011100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #687071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #687071; }

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

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

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

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

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

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

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

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