Html Css Color HEX #697171 Nevada

📋 copy color: '#697171'

red 105 ◦ green 113 ◦ blue 113

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

Shades of Nevada #697171

Tints of Nevada #697171

RGB

 RED value IS 105 (41.41% from 255) = 31.72%

 GREEN value IS 113 (44.53% from 255) = 34.14%

 BLUE value IS 113 (44.53% from 255) = 34.14%

R = 31.72%
G = 34.14%
B = 34.14%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#697171 (or 0x697171) is known color: Nevada. HEX triplet: 69, 71 and 71. RGB value is (105,113,113). Sum of RGB (Red+Green+Blue) = 105+113+113=331 (43% of max value = 765). Red value is 105 (41.41% from 255 or 31.72% from 331); Green value is 113 (44.53% from 255 or 34.14% from 331); Blue value is 113 (44.53% from 255 or 34.14% from 331); Max value from RGB is 113 - color contains mainly: green, blue. Hex color #697171 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #697171 is #968E8E. Grayscale: #6E6E6E. Windows color (decimal): -9866895 or 7434601. OLE color: 7434601.

HSL color Cylindrical-coordinate representation of color #697171: hue angle of 180º 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 #697171 is Cyan = 0.07, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 105 113 113 -
CMYK 0.07 0 0 0.56
HSL 180º 0.04% 0.43% -
HSV(B) 180º 0.07% 0.44% -
XYZ 14.71 16.01 17.94 -
YUV 110.61 129.35 124 -
System Red Green Blue C M Y K H S L
Decimal 105 113 113 0.07 0 0 0.56 180 0.04 0.43
Hex 69 71 71 7 0 0 38 B4 4 2B
Octal 151 161 161 7 0 0 70 264 4 53
Binary 1101001 1110001 1110001 111 0 0 111000 10110100 100 101011

Color Harmonies of #697171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697171

Black with #697171

Text Example


Text Example

White with #697171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #697171; }

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

 H1.HeaderClassName
 {
   color: #697171;
 }
 .AnyTagClassName
 {
   color: #697171;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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