#677F9B

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

Shades of Slate Grey #677F9B

Tints of Slate Grey #677F9B

Color information

#677F9B (or 0x677F9B) is unknown color: approx Slate Grey. HEX triplet: 67, 7F and 9B. RGB value is (103,127,155). Sum of RGB (Red+Green+Blue) = 103+127+155=385 (50% of max value = 765). Red value is 103 (40.62% from 255 or 26.75% from 385); Green value is 127 (50% from 255 or 32.99% from 385); Blue value is 155 (60.94% from 255 or 40.26% from 385); Max value from RGB is 155 - color contains mainly: blue. Hex color #677F9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #677F9B is #988064. Grayscale: #7A7A7A. Windows color (decimal): -9994341 or 10190695. OLE color: 10190695.

HSL color Cylindrical-coordinate representation of color #677F9B: hue angle of 212.31º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #677F9B is Cyan = 0.34, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB103127155-
CMYK0.340.1800.39
HSL212.31º20.63%50.59%-
HSV(B)212.31º33.55%60.78%-
XYZ19.120.4333.95-
YUV123.02146.05113.72-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 26.75%
GREEN value IS 127 (50% from 255) = 32.99%
BLUE value IS 155 (60.94% from 255) = 40.26%
R=26.75%
G=32.99%
B=40.26%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1031271550.340.1800.39212.3120.6350.59
Hex677F9B2212027d41533
Octal14717723342220473242563
Binary11001111111111100110111000101001001001111101010010101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #677F9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,127,155); }

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

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

 a { background-color: rgb(103,127,155); }

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

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

 span { border-color: rgb(103,127,155); }

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