#637C9F

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

Shades of Slate Grey #637C9F

Tints of Slate Grey #637C9F

Color information

#637C9F (or 0x637C9F) is unknown color: approx Slate Grey. HEX triplet: 63, 7C and 9F. RGB value is (99,124,159). Sum of RGB (Red+Green+Blue) = 99+124+159=382 (50% of max value = 765). Red value is 99 (39.06% from 255 or 25.92% from 382); Green value is 124 (48.83% from 255 or 32.46% from 382); Blue value is 159 (62.5% from 255 or 41.62% from 382); Max value from RGB is 159 - color contains mainly: blue. Hex color #637C9F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #637C9F is #9C8360. Grayscale: #787878. Windows color (decimal): -10257249 or 10452067. OLE color: 10452067.

HSL color Cylindrical-coordinate representation of color #637C9F: hue angle of 215º degrees, saturation: 0.24, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #637C9F is Cyan = 0.38, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB99124159-
CMYK0.380.2200.38
HSL215º23.81%50.59%-
HSV(B)215º37.74%62.35%-
XYZ18.6119.5735.6-
YUV120.52149.72112.65-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 25.92%
GREEN value IS 124 (48.83% from 255) = 32.46%
BLUE value IS 159 (62.5% from 255) = 41.62%
R=25.92%
G=32.46%
B=41.62%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal991241590.380.2200.3821523.8150.59
Hex637C9F2616026d71833
Octal14317423746260463273063
Binary11000111111100100111111001101011001001101101011111000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #637C9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,124,159); }

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

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

 a { background-color: rgb(99,124,159); }

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

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

 span { border-color: rgb(99,124,159); }

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