Html Css Color HEX #687171 Nevada

📋 copy color: '#687171'

red 104 ◦ green 113 ◦ blue 113

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

Shades of Nevada #687171

Tints of Nevada #687171

RGB

 RED value IS 104 (41.02% from 255) = 31.52%

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

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

R = 31.52%
G = 34.24%
B = 34.24%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#687171 (or 0x687171) is known color: Nevada. HEX triplet: 68, 71 and 71. RGB value is (104,113,113). Sum of RGB (Red+Green+Blue) = 104+113+113=330 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.52% from 330); Green value is 113 (44.53% from 255 or 34.24% from 330); Blue value is 113 (44.53% from 255 or 34.24% from 330); Max value from RGB is 113 - color contains mainly: green, blue. Hex color #687171 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #687171 is #978E8E. Grayscale: #6E6E6E. Windows color (decimal): -9932431 or 7434600. OLE color: 7434600.

HSL color Cylindrical-coordinate representation of color #687171: 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.08%. Process color model (Four color, CMYK) of #687171 is Cyan = 0.08, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 104 113 113 -
CMYK 0.08 0 0 0.56
HSL 180º 0.04% 0.43% -
HSV(B) 180º 0.08% 0.44% -
XYZ 14.59 15.95 17.93 -
YUV 110.31 129.52 123.5 -
System Red Green Blue C M Y K H S L
Decimal 104 113 113 0.08 0 0 0.56 180 0.04 0.43
Hex 68 71 71 8 0 0 38 B4 4 2B
Octal 150 161 161 10 0 0 70 264 4 53
Binary 1101000 1110001 1110001 1000 0 0 111000 10110100 100 101011

Color Harmonies of #687171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #687171

Black with #687171

Text Example


Text Example

White with #687171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #687171; }

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

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

background-color css

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

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

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

border-color css

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

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

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