#627C9D

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

Shades of Slate Grey #627C9D

Tints of Slate Grey #627C9D

Color information

#627C9D (or 0x627C9D) is unknown color: approx Slate Grey. HEX triplet: 62, 7C and 9D. RGB value is (98,124,157). Sum of RGB (Red+Green+Blue) = 98+124+157=379 (50% of max value = 765). Red value is 98 (38.67% from 255 or 25.86% from 379); Green value is 124 (48.83% from 255 or 32.72% from 379); Blue value is 157 (61.72% from 255 or 41.42% from 379); Max value from RGB is 157 - color contains mainly: blue. Hex color #627C9D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #627C9D is #9D8362. Grayscale: #777777. Windows color (decimal): -10322787 or 10320994. OLE color: 10320994.

HSL color Cylindrical-coordinate representation of color #627C9D: hue angle of 213.56º 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 #627C9D is Cyan = 0.38, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB98124157-
CMYK0.380.2100.38
HSL213.56º23.14%50%-
HSV(B)213.56º37.58%61.57%-
XYZ18.3319.4534.69-
YUV119.99148.89112.32-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 25.86%
GREEN value IS 124 (48.83% from 255) = 32.72%
BLUE value IS 157 (61.72% from 255) = 41.42%
R=25.86%
G=32.72%
B=41.42%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal981241570.380.2100.38213.5623.1450
Hex627C9D2615026d61732
Octal14217423546250463262762
Binary11000101111100100111011001101010101001101101011010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #627C9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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