Html Css Color HEX #697071 Nevada

📋 copy color: '#697071'

red 105 ◦ green 112 ◦ blue 113

#697071
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Nevada #697071

Tints of Nevada #697071

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 value IS 0.07

 M value IS 0.01

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#697071 (or 0x697071) is known color: 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

RGB 105 112 113 -
CMYK 0.07 0.01 0 0.56
HSL 187.5º 0.04% 0.43% -
HSV(B) 187.5º 0.07% 0.44% -
XYZ 14.6 15.78 17.9 -
YUV 110.02 129.68 124.42 -
System Red Green Blue C M Y K H S L
Decimal 105 112 113 0.07 0.01 0 0.56 187.5 0.04 0.43
Hex 69 70 71 7 1 0 38 BC 4 2B
Octal 151 160 161 7 1 0 70 274 4 53
Binary 1101001 1110000 1110001 111 1 0 111000 10111100 100 101011

Color Harmonies of #697071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697071

Black with #697071

Text Example


Text Example

White with #697071

Text Example


Text Example

HTML Codes & Css Web 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>