Html Css Color HEX #607475 Nevada

📋 copy color: '#607475'

red 96 ◦ green 116 ◦ blue 117

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

Shades of Nevada #607475

Tints of Nevada #607475

RGB

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

 GREEN value IS 116 (45.7% 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 value IS 0.18

 M value IS 0.01

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

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

RGB 96 116 117 -
CMYK 0.18 0.01 0 0.54
HSL 182.86º 0.1% 0.42% -
HSV(B) 182.86º 0.18% 0.46% -
XYZ 14.28 16.26 19.22 -
YUV 110.13 131.87 117.92 -
System Red Green Blue C M Y K H S L
Decimal 96 116 117 0.18 0.01 0 0.54 182.86 0.1 0.42
Hex 60 74 75 12 1 0 36 B7 A 2A
Octal 140 164 165 22 1 0 66 267 12 52
Binary 1100000 1110100 1110101 10010 1 0 110110 10110111 1010 101010

Color Harmonies of #607475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #607475

Black with #607475

Text Example


Text Example

White with #607475

Text Example


Text Example

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