#637A95

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

Shades of Slate Grey #637A95

Tints of Slate Grey #637A95

Color information

#637A95 (or 0x637A95) is unknown color: approx Slate Grey. HEX triplet: 63, 7A and 95. RGB value is (99,122,149). Sum of RGB (Red+Green+Blue) = 99+122+149=370 (49% of max value = 765). Red value is 99 (39.06% from 255 or 26.76% from 370); Green value is 122 (48.05% from 255 or 32.97% from 370); Blue value is 149 (58.59% from 255 or 40.27% from 370); Max value from RGB is 149 - color contains mainly: blue. Hex color #637A95 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #637A95 is #9C856A. Grayscale: #767676. Windows color (decimal): -10257771 or 9796195. OLE color: 9796195.

HSL color Cylindrical-coordinate representation of color #637A95: hue angle of 212.4º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #637A95 is Cyan = 0.34, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB99122149-
CMYK0.340.1800.42
HSL212.4º20.16%48.63%-
HSV(B)212.4º33.56%58.43%-
XYZ17.5318.7431.13-
YUV118.2145.38114.3-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 26.76%
GREEN value IS 122 (48.05% from 255) = 32.97%
BLUE value IS 149 (58.59% from 255) = 40.27%
R=26.76%
G=32.97%
B=40.27%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal991221490.340.1800.42212.420.1648.63
Hex637A95221202Ad41431
Octal14317222542220523242461
Binary11000111111010100101011000101001001010101101010010100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #637A95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #637A95; }

 p { color: rgb(99,122,149); }

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

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

 a { background-color: rgb(99,122,149); }

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

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

 span { border-color: rgb(99,122,149); }

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