#606A69

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

Shades of Nevada #606A69

Tints of Nevada #606A69

Color information

#606A69 (or 0x606A69) is unknown color: approx Nevada. HEX triplet: 60, 6A and 69. RGB value is (96,106,105). Sum of RGB (Red+Green+Blue) = 96+106+105=307 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.27% from 307); Green value is 106 (41.80% from 255 or 34.53% from 307); Blue value is 105 (41.41% from 255 or 34.20% from 307); Max value from RGB is 106 - color contains mainly: green. Hex color #606A69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #606A69 is #9F9596. Grayscale: #666666. Windows color (decimal): -10458519 or 6908512. OLE color: 6908512.

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

Color convert

RGB96106105-
CMYK0.0900.010.58
HSL174º4.95%39.61%-
HSV(B)174º9.43%41.57%-
XYZ12.5313.8115.37-
YUV102.9129.19123.08-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 31.27%
GREEN value IS 106 (41.80% from 255) = 34.53%
BLUE value IS 105 (41.41% from 255) = 34.20%
R=31.27%
G=34.53%
B=34.20%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal961061050.0900.010.581744.9539.61
Hex606A699013Aae528
Octal140152151110172256550
Binary11000001101010110100110010111101010101110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #606A69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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