#606B6C

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

Shades of Nevada #606B6C

Tints of Nevada #606B6C

Color information

#606B6C (or 0x606B6C) is unknown color: approx Nevada. HEX triplet: 60, 6B and 6C. RGB value is (96,107,108). Sum of RGB (Red+Green+Blue) = 96+107+108=311 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.87% from 311); Green value is 107 (42.19% from 255 or 34.41% from 311); Blue value is 108 (42.58% from 255 or 34.73% from 311); Max value from RGB is 108 - color contains mainly: blue. Hex color #606B6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #606B6C is #9F9493. Grayscale: #676767. Windows color (decimal): -10458260 or 7105376. OLE color: 7105376.

HSL color Cylindrical-coordinate representation of color #606B6C: hue angle of 185º degrees, saturation: 0.06, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #606B6C is Cyan = 0.11, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB96107108-
CMYK0.110.0100.58
HSL185º5.88%40%-
HSV(B)185º11.11%42.35%-
XYZ12.7914.0816.23-
YUV103.82130.36122.42-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 30.87%
GREEN value IS 107 (42.19% from 255) = 34.41%
BLUE value IS 108 (42.58% from 255) = 34.73%
R=30.87%
G=34.41%
B=34.73%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal961071080.110.0100.581855.8840
Hex606B6CB103Ab9628
Octal140153154131072271650
Binary11000001101011110110010111011101010111001110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #606B6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #606B6C; }

 p { color: rgb(96,107,108); }

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

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

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

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

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

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

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