#627D9D

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

Shades of Slate Grey #627D9D

Tints of Slate Grey #627D9D

Color information

#627D9D (or 0x627D9D) is unknown color: approx Slate Grey. HEX triplet: 62, 7D and 9D. RGB value is (98,125,157). Sum of RGB (Red+Green+Blue) = 98+125+157=380 (50% of max value = 765). Red value is 98 (38.67% from 255 or 25.79% from 380); Green value is 125 (49.22% from 255 or 32.89% from 380); Blue value is 157 (61.72% from 255 or 41.32% from 380); Max value from RGB is 157 - color contains mainly: blue. Hex color #627D9D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #627D9D is #9D8262. Grayscale: #787878. Windows color (decimal): -10322531 or 10321250. OLE color: 10321250.

HSL color Cylindrical-coordinate representation of color #627D9D: hue angle of 212.54º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #627D9D is Cyan = 0.38, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB98125157-
CMYK0.380.2000.38
HSL212.54º23.14%50%-
HSV(B)212.54º37.58%61.57%-
XYZ18.4619.734.73-
YUV120.57148.55111.9-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 25.79%
GREEN value IS 125 (49.22% from 255) = 32.89%
BLUE value IS 157 (61.72% from 255) = 41.32%
R=25.79%
G=32.89%
B=41.32%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal981251570.380.2000.38212.5423.1450
Hex627D9D2614026d51732
Octal14217523546240463252762
Binary11000101111101100111011001101010001001101101010110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #627D9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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