#637678

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

Shades of Nevada #637678

Tints of Nevada #637678

Color information

#637678 (or 0x637678) is unknown color: approx Nevada. HEX triplet: 63, 76 and 78. RGB value is (99,118,120). Sum of RGB (Red+Green+Blue) = 99+118+120=337 (44% of max value = 765). Red value is 99 (39.06% from 255 or 29.38% from 337); Green value is 118 (46.48% from 255 or 35.01% from 337); Blue value is 120 (47.27% from 255 or 35.61% from 337); Max value from RGB is 120 - color contains mainly: blue. Hex color #637678 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #637678 is #9C8987. Grayscale: #707070. Windows color (decimal): -10258824 or 7894627. OLE color: 7894627.

HSL color Cylindrical-coordinate representation of color #637678: hue angle of 185.71º degrees, saturation: 0.1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #637678 is Cyan = 0.17, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB99118120-
CMYK0.170.0200.53
HSL185.71º9.59%42.94%-
HSV(B)185.71º17.5%47.06%-
XYZ15.0116.9720.25-
YUV112.55132.21118.34-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 29.38%
GREEN value IS 118 (46.48% from 255) = 35.01%
BLUE value IS 120 (47.27% from 255) = 35.61%
R=29.38%
G=35.01%
B=35.61%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal991181200.170.0200.53185.719.5942.94
Hex637678112035baa2b
Octal1431661702120652721253
Binary11000111110110111100010001100110101101110101010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #637678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #637678; }

 p { color: rgb(99,118,120); }

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

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

 a { background-color: rgb(99,118,120); }

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

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

 span { border-color: rgb(99,118,120); }

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