#686B6B

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

Shades of Nevada #686B6B

Tints of Nevada #686B6B

Color information

#686B6B (or 0x686B6B) is unknown color: approx Nevada. HEX triplet: 68, 6B and 6B. RGB value is (104,107,107). Sum of RGB (Red+Green+Blue) = 104+107+107=318 (42% of max value = 765). Red value is 104 (41.02% from 255 or 32.70% from 318); Green value is 107 (42.19% from 255 or 33.65% from 318); Blue value is 107 (42.19% from 255 or 33.65% from 318); Max value from RGB is 107 - color contains mainly: green, blue. Hex color #686B6B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686B6B is #979494. Grayscale: #6A6A6A. Windows color (decimal): -9933973 or 7039848. OLE color: 7039848.

HSL color Cylindrical-coordinate representation of color #686B6B: hue angle of 180º degrees, saturation: 0.01, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #686B6B is Cyan = 0.03, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB104107107-
CMYK0.03000.58
HSL180º1.42%41.37%-
HSV(B)180º2.8%41.96%-
XYZ13.6214.5215.99-
YUV106.1128.51126.5-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 32.70%
GREEN value IS 107 (42.19% from 255) = 33.65%
BLUE value IS 107 (42.19% from 255) = 33.65%
R=32.70%
G=33.65%
B=33.65%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1041071070.03000.581801.4241.37
Hex686B6B3003Ab4129
Octal15015315330072264151
Binary1101000110101111010111100111010101101001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686B6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #686B6B; }

 p { color: rgb(104,107,107); }

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

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

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

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

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

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

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