#606867

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

Shades of Nevada #606867

Tints of Nevada #606867

Color information

#606867 (or 0x606867) is unknown color: approx Nevada. HEX triplet: 60, 68 and 67. RGB value is (96,104,103). Sum of RGB (Red+Green+Blue) = 96+104+103=303 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.68% from 303); Green value is 104 (41.02% from 255 or 34.32% from 303); Blue value is 103 (40.62% from 255 or 33.99% from 303); Max value from RGB is 104 - color contains mainly: green. Hex color #606867 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #606867 is #9F9798. Grayscale: #656565. Windows color (decimal): -10459033 or 6776928. OLE color: 6776928.

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

Color convert

RGB96104103-
CMYK0.0800.010.59
HSL172.5º4%39.22%-
HSV(B)172.5º7.69%40.78%-
XYZ12.2213.3714.77-
YUV101.49128.85124.08-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 31.68%
GREEN value IS 104 (41.02% from 255) = 34.32%
BLUE value IS 103 (40.62% from 255) = 33.99%
R=31.68%
G=34.32%
B=33.99%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal961041030.0800.010.59172.5439.22
Hex6068678013Bac427
Octal140150147100173254447
Binary11000001101000110011110000111101110101100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #606867

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #606867; }

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

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

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

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

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

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

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

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