#697B7C

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

Shades of Nevada #697B7C

Tints of Nevada #697B7C

Color information

#697B7C (or 0x697B7C) is unknown color: approx Nevada. HEX triplet: 69, 7B and 7C. RGB value is (105,123,124). Sum of RGB (Red+Green+Blue) = 105+123+124=352 (46% of max value = 765). Red value is 105 (41.41% from 255 or 29.83% from 352); Green value is 123 (48.44% from 255 or 34.94% from 352); Blue value is 124 (48.83% from 255 or 35.23% from 352); Max value from RGB is 124 - color contains mainly: blue. Hex color #697B7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #697B7C is #968483. Grayscale: #757575. Windows color (decimal): -9864324 or 8158057. OLE color: 8158057.

HSL color Cylindrical-coordinate representation of color #697B7C: hue angle of 183.16º degrees, saturation: 0.08, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #697B7C is Cyan = 0.15, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB105123124-
CMYK0.150.0100.51
HSL183.16º8.3%44.9%-
HSV(B)183.16º15.32%48.63%-
XYZ16.5518.6221.79-
YUV117.73131.54118.92-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 29.83%
GREEN value IS 123 (48.44% from 255) = 34.94%
BLUE value IS 124 (48.83% from 255) = 35.23%
R=29.83%
G=34.94%
B=35.23%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1051231240.150.0100.51183.168.344.9
Hex697B7CF1033b782d
Octal1511731741710632671055
Binary110100111110111111100111110110011101101111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697B7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #697B7C; }

 p { color: rgb(105,123,124); }

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

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

 a { background-color: rgb(105,123,124); }

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

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

 span { border-color: rgb(105,123,124); }

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