#607475

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

Shades of Nevada #607475

Tints of Nevada #607475

Color information

#607475 (or 0x607475) is unknown color: approx Nevada. HEX triplet: 60, 74 and 75. RGB value is (96,116,117). Sum of RGB (Red+Green+Blue) = 96+116+117=329 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.18% from 329); Green value is 116 (45.70% from 255 or 35.26% from 329); Blue value is 117 (46.09% from 255 or 35.56% from 329); Max value from RGB is 117 - color contains mainly: blue. Hex color #607475 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #607475 is #9F8B8A. Grayscale: #6E6E6E. Windows color (decimal): -10455947 or 7697504. OLE color: 7697504.

HSL color Cylindrical-coordinate representation of color #607475: hue angle of 182.86º degrees, saturation: 0.1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #607475 is Cyan = 0.18, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB96116117-
CMYK0.180.0100.54
HSL182.86º9.86%41.76%-
HSV(B)182.86º17.95%45.88%-
XYZ14.2816.2619.22-
YUV110.13131.87117.92-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 29.18%
GREEN value IS 116 (45.70% from 255) = 35.26%
BLUE value IS 117 (46.09% from 255) = 35.56%
R=29.18%
G=35.26%
B=35.56%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal961161170.180.0100.54182.869.8641.76
Hex607475121036b7a2a
Octal1401641652210662671252
Binary1100000111010011101011001010110110101101111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #607475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #607475; }

 p { color: rgb(96,116,117); }

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

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

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

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

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

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

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