#637990

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

Shades of Slate Grey #637990

Tints of Slate Grey #637990

Color information

#637990 (or 0x637990) is unknown color: approx Slate Grey. HEX triplet: 63, 79 and 90. RGB value is (99,121,144). Sum of RGB (Red+Green+Blue) = 99+121+144=364 (48% of max value = 765). Red value is 99 (39.06% from 255 or 27.20% from 364); Green value is 121 (47.66% from 255 or 33.24% from 364); Blue value is 144 (56.64% from 255 or 39.56% from 364); Max value from RGB is 144 - color contains mainly: blue. Hex color #637990 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #637990 is #9C866F. Grayscale: #747474. Windows color (decimal): -10258032 or 9468259. OLE color: 9468259.

HSL color Cylindrical-coordinate representation of color #637990: hue angle of 210.67º degrees, saturation: 0.19, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #637990 is Cyan = 0.31, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB99121144-
CMYK0.310.1600.44
HSL210.67º18.52%47.65%-
HSV(B)210.67º31.25%56.47%-
XYZ17.0218.3429.03-
YUV117.04143.21115.13-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 27.20%
GREEN value IS 121 (47.66% from 255) = 33.24%
BLUE value IS 144 (56.64% from 255) = 39.56%
R=27.20%
G=33.24%
B=39.56%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal991211440.310.1600.44210.6718.5247.65
Hex6379901F1002Cd31330
Octal14317122037200543232360
Binary1100011111100110010000111111000001011001101001110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #637990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #637990; }

 p { color: rgb(99,121,144); }

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

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

 a { background-color: rgb(99,121,144); }

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

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

 span { border-color: rgb(99,121,144); }

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