#637D98

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

Shades of Slate Grey #637D98

Tints of Slate Grey #637D98

Color information

#637D98 (or 0x637D98) is unknown color: approx Slate Grey. HEX triplet: 63, 7D and 98. RGB value is (99,125,152). Sum of RGB (Red+Green+Blue) = 99+125+152=376 (49% of max value = 765). Red value is 99 (39.06% from 255 or 26.33% from 376); Green value is 125 (49.22% from 255 or 33.24% from 376); Blue value is 152 (59.77% from 255 or 40.43% from 376); Max value from RGB is 152 - color contains mainly: blue. Hex color #637D98 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #637D98 is #9C8267. Grayscale: #787878. Windows color (decimal): -10257000 or 9993571. OLE color: 9993571.

HSL color Cylindrical-coordinate representation of color #637D98: hue angle of 210.57º degrees, saturation: 0.21, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #637D98 is Cyan = 0.35, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB99125152-
CMYK0.350.1800.40
HSL210.57º21.12%49.22%-
HSV(B)210.57º34.87%59.61%-
XYZ18.1519.5932.53-
YUV120.3145.89112.8-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 26.33%
GREEN value IS 125 (49.22% from 255) = 33.24%
BLUE value IS 152 (59.77% from 255) = 40.43%
R=26.33%
G=33.24%
B=40.43%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal991251520.350.1800.40210.5721.1249.22
Hex637D982312028d31531
Octal14317523043220503232561
Binary11000111111101100110001000111001001010001101001110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #637D98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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