#697071

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

Shades of Nevada #697071

Tints of Nevada #697071

Color information

#697071 (or 0x697071) is unknown color: approx Nevada. HEX triplet: 69, 70 and 71. RGB value is (105,112,113). Sum of RGB (Red+Green+Blue) = 105+112+113=330 (43% of max value = 765). Red value is 105 (41.41% from 255 or 31.82% from 330); Green value is 112 (44.14% from 255 or 33.94% from 330); Blue value is 113 (44.53% from 255 or 34.24% from 330); Max value from RGB is 113 - color contains mainly: blue. Hex color #697071 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #697071 is #968F8E. Grayscale: #6E6E6E. Windows color (decimal): -9867151 or 7434345. OLE color: 7434345.

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

Color convert

RGB105112113-
CMYK0.070.0100.56
HSL187.5º3.67%42.75%-
HSV(B)187.5º7.08%44.31%-
XYZ14.615.7817.9-
YUV110.02129.68124.42-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 31.82%
GREEN value IS 112 (44.14% from 255) = 33.94%
BLUE value IS 113 (44.53% from 255) = 34.24%
R=31.82%
G=33.94%
B=34.24%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1051121130.070.0100.56187.53.6742.75
Hex69707171038bc42b
Octal15116016171070274453
Binary1101001111000011100011111011100010111100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #697071; }

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

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

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

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

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

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

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

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