#607273

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

Shades of Nevada #607273

Tints of Nevada #607273

Color information

#607273 (or 0x607273) is unknown color: approx Nevada. HEX triplet: 60, 72 and 73. RGB value is (96,114,115). Sum of RGB (Red+Green+Blue) = 96+114+115=325 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.54% from 325); Green value is 114 (44.92% from 255 or 35.08% from 325); Blue value is 115 (45.31% from 255 or 35.38% from 325); Max value from RGB is 115 - color contains mainly: blue. Hex color #607273 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #607273 is #9F8D8C. Grayscale: #6C6C6C. Windows color (decimal): -10456461 or 7565920. OLE color: 7565920.

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

Color convert

RGB96114115-
CMYK0.170.0100.55
HSL183.16º9%41.37%-
HSV(B)183.16º16.52%45.1%-
XYZ13.9415.7618.53-
YUV108.73131.54118.92-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 29.54%
GREEN value IS 114 (44.92% from 255) = 35.08%
BLUE value IS 115 (45.31% from 255) = 35.38%
R=29.54%
G=35.08%
B=35.38%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal961141150.170.0100.55183.16941.37
Hex607273111037b7929
Octal1401621632110672671151
Binary1100000111001011100111000110110111101101111001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #607273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #607273; }

 p { color: rgb(96,114,115); }

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

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

 a { background-color: rgb(96,114,115); }

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

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

 span { border-color: rgb(96,114,115); }

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