#687273

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

Shades of Nevada #687273

Tints of Nevada #687273

Color information

#687273 (or 0x687273) is unknown color: approx Nevada. HEX triplet: 68, 72 and 73. RGB value is (104,114,115). Sum of RGB (Red+Green+Blue) = 104+114+115=333 (44% of max value = 765). Red value is 104 (41.02% from 255 or 31.23% from 333); Green value is 114 (44.92% from 255 or 34.23% from 333); Blue value is 115 (45.31% from 255 or 34.53% from 333); Max value from RGB is 115 - color contains mainly: blue. Hex color #687273 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #687273 is #978D8C. Grayscale: #6F6F6F. Windows color (decimal): -9932173 or 7565928. OLE color: 7565928.

HSL color Cylindrical-coordinate representation of color #687273: hue angle of 185.45º degrees, saturation: 0.05, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #687273 is Cyan = 0.10, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB104114115-
CMYK0.100.0100.55
HSL185.45º5.02%42.94%-
HSV(B)185.45º9.57%45.1%-
XYZ14.8216.2218.57-
YUV111.12130.19122.92-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 31.23%
GREEN value IS 114 (44.92% from 255) = 34.23%
BLUE value IS 115 (45.31% from 255) = 34.53%
R=31.23%
G=34.23%
B=34.53%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1041141150.100.0100.55185.455.0242.94
Hex687273A1037b952b
Octal150162163121067271553
Binary11010001110010111001110101011011110111001101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #687273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #687273; }

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

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

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

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

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

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

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

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