#627374

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

Shades of Nevada #627374

Tints of Nevada #627374

Color information

#627374 (or 0x627374) is unknown color: approx Nevada. HEX triplet: 62, 73 and 74. RGB value is (98,115,116). Sum of RGB (Red+Green+Blue) = 98+115+116=329 (43% of max value = 765). Red value is 98 (38.67% from 255 or 29.79% from 329); Green value is 115 (45.31% from 255 or 34.95% from 329); Blue value is 116 (45.70% from 255 or 35.26% from 329); Max value from RGB is 116 - color contains mainly: blue. Hex color #627374 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #627374 is #9D8C8B. Grayscale: #6E6E6E. Windows color (decimal): -10325132 or 7631714. OLE color: 7631714.

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

Color convert

RGB98115116-
CMYK0.160.0100.55
HSL183.33º8.41%41.96%-
HSV(B)183.33º15.52%45.49%-
XYZ14.3216.1218.88-
YUV110.03131.37119.42-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 29.79%
GREEN value IS 115 (45.31% from 255) = 34.95%
BLUE value IS 116 (45.70% from 255) = 35.26%
R=29.79%
G=34.95%
B=35.26%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal981151160.160.0100.55183.338.4141.96
Hex627374101037b782a
Octal1421631642010672671052
Binary1100010111001111101001000010110111101101111000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #627374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #627374; }

 p { color: rgb(98,115,116); }

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

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

 a { background-color: rgb(98,115,116); }

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

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

 span { border-color: rgb(98,115,116); }

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