#677D9D

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

Shades of Slate Grey #677D9D

Tints of Slate Grey #677D9D

Color information

#677D9D (or 0x677D9D) is unknown color: approx Slate Grey. HEX triplet: 67, 7D and 9D. RGB value is (103,125,157). Sum of RGB (Red+Green+Blue) = 103+125+157=385 (50% of max value = 765). Red value is 103 (40.62% from 255 or 26.75% from 385); Green value is 125 (49.22% from 255 or 32.47% from 385); Blue value is 157 (61.72% from 255 or 40.78% from 385); Max value from RGB is 157 - color contains mainly: blue. Hex color #677D9D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #677D9D is #988262. Grayscale: #797979. Windows color (decimal): -9994851 or 10321255. OLE color: 10321255.

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

Color convert

RGB103125157-
CMYK0.340.2000.38
HSL215.56º21.6%50.98%-
HSV(B)215.56º34.39%61.57%-
XYZ19.0119.9934.75-
YUV122.07147.71114.4-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 26.75%
GREEN value IS 125 (49.22% from 255) = 32.47%
BLUE value IS 157 (61.72% from 255) = 40.78%
R=26.75%
G=32.47%
B=40.78%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1031251570.340.2000.38215.5621.650.98
Hex677D9D2214026d81633
Octal14717523542240463302663
Binary11001111111101100111011000101010001001101101100010110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #677D9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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