#627D9B

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

Shades of Slate Grey #627D9B

Tints of Slate Grey #627D9B

Color information

#627D9B (or 0x627D9B) is unknown color: approx Slate Grey. HEX triplet: 62, 7D and 9B. RGB value is (98,125,155). Sum of RGB (Red+Green+Blue) = 98+125+155=378 (50% of max value = 765). Red value is 98 (38.67% from 255 or 25.93% from 378); Green value is 125 (49.22% from 255 or 33.07% from 378); Blue value is 155 (60.94% from 255 or 41.01% from 378); Max value from RGB is 155 - color contains mainly: blue. Hex color #627D9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #627D9B is #9D8264. Grayscale: #787878. Windows color (decimal): -10322533 or 10190178. OLE color: 10190178.

HSL color Cylindrical-coordinate representation of color #627D9B: hue angle of 211.58º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #627D9B is Cyan = 0.37, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB98125155-
CMYK0.370.1900.39
HSL211.58º22.53%49.61%-
HSV(B)211.58º36.77%60.78%-
XYZ18.2919.6333.84-
YUV120.35147.55112.06-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 25.93%
GREEN value IS 125 (49.22% from 255) = 33.07%
BLUE value IS 155 (60.94% from 255) = 41.01%
R=25.93%
G=33.07%
B=41.01%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal981251550.370.1900.39211.5822.5349.61
Hex627D9B2513027d41732
Octal14217523345230473242762
Binary11000101111101100110111001011001101001111101010010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #627D9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #627D9B; }

 p { color: rgb(98,125,155); }

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

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

 a { background-color: rgb(98,125,155); }

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

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

 span { border-color: rgb(98,125,155); }

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