#606968

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

Shades of Nevada #606968

Tints of Nevada #606968

Color information

#606968 (or 0x606968) is unknown color: approx Nevada. HEX triplet: 60, 69 and 68. RGB value is (96,105,104). Sum of RGB (Red+Green+Blue) = 96+105+104=305 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.48% from 305); Green value is 105 (41.41% from 255 or 34.43% from 305); Blue value is 104 (41.02% from 255 or 34.10% from 305); Max value from RGB is 105 - color contains mainly: green. Hex color #606968 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #606968 is #9F9697. Grayscale: #666666. Windows color (decimal): -10458776 or 6842720. OLE color: 6842720.

HSL color Cylindrical-coordinate representation of color #606968: hue angle of 173.33º degrees, saturation: 0.04, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #606968 is Cyan = 0.09, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.59.

Color convert

RGB96105104-
CMYK0.0900.010.59
HSL173.33º4.48%39.41%-
HSV(B)173.33º8.57%41.18%-
XYZ12.3713.5915.07-
YUV102.2129.02123.58-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 31.48%
GREEN value IS 105 (41.41% from 255) = 34.43%
BLUE value IS 104 (41.02% from 255) = 34.10%
R=31.48%
G=34.43%
B=34.10%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal961051040.0900.010.59173.334.4839.41
Hex6069689013Bad427
Octal140151150110173255447
Binary11000001101001110100010010111101110101101100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #606968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #606968; }

 p { color: rgb(96,105,104); }

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

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

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

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

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

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

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