Html Css Color HEX #607171 Nevada

📋 copy color: '#607171'

red 96 ◦ green 113 ◦ blue 113

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

Shades of Nevada #607171

Tints of Nevada #607171

RGB

 RED value IS 96 (37.89% from 255) = 29.81%

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

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

R = 29.81%
G = 35.09%
B = 35.09%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#607171 (or 0x607171) is known color: Nevada. HEX triplet: 60, 71 and 71. RGB value is (96,113,113). Sum of RGB (Red+Green+Blue) = 96+113+113=322 (42% of max value = 765). Red value is 96 (37.89% from 255 or 29.81% from 322); Green value is 113 (44.53% from 255 or 35.09% from 322); Blue value is 113 (44.53% from 255 or 35.09% from 322); Max value from RGB is 113 - color contains mainly: green, blue. Hex color #607171 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #607171 is #9F8E8E. Grayscale: #6B6B6B. Windows color (decimal): -10456719 or 7434592. OLE color: 7434592.

HSL color Cylindrical-coordinate representation of color #607171: hue angle of 180º degrees, saturation: 0.08, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #607171 is Cyan = 0.15, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 96 113 113 -
CMYK 0.15 0 0 0.56
HSL 180º 0.08% 0.41% -
HSV(B) 180º 0.15% 0.44% -
XYZ 13.71 15.49 17.89 -
YUV 107.92 130.87 119.5 -
System Red Green Blue C M Y K H S L
Decimal 96 113 113 0.15 0 0 0.56 180 0.08 0.41
Hex 60 71 71 F 0 0 38 B4 8 29
Octal 140 161 161 17 0 0 70 264 10 51
Binary 1100000 1110001 1110001 1111 0 0 111000 10110100 1000 101001

Color Harmonies of #607171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #607171

Black with #607171

Text Example


Text Example

White with #607171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #607171; }

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

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

background-color css

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

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

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

border-color css

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

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

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