#637D94

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

Shades of Slate Grey #637D94

Tints of Slate Grey #637D94

Color information

#637D94 (or 0x637D94) is unknown color: approx Slate Grey. HEX triplet: 63, 7D and 94. RGB value is (99,125,148). Sum of RGB (Red+Green+Blue) = 99+125+148=372 (49% of max value = 765). Red value is 99 (39.06% from 255 or 26.61% from 372); Green value is 125 (49.22% from 255 or 33.60% from 372); Blue value is 148 (58.20% from 255 or 39.78% from 372); Max value from RGB is 148 - color contains mainly: blue. Hex color #637D94 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #637D94 is #9C826B. Grayscale: #777777. Windows color (decimal): -10257004 or 9731427. OLE color: 9731427.

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

Color convert

RGB99125148-
CMYK0.330.1600.42
HSL208.16º19.84%48.43%-
HSV(B)208.16º33.11%58.04%-
XYZ17.8219.4630.83-
YUV119.85143.89113.13-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 26.61%
GREEN value IS 125 (49.22% from 255) = 33.60%
BLUE value IS 148 (58.20% from 255) = 39.78%
R=26.61%
G=33.60%
B=39.78%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal991251480.330.1600.42208.1619.8448.43
Hex637D94211002Ad01430
Octal14317522441200523202460
Binary11000111111101100101001000011000001010101101000010100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #637D94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,125,148); }

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

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

 a { background-color: rgb(99,125,148); }

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

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

 span { border-color: rgb(99,125,148); }

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