#677B8E

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

Shades of Slate Grey #677B8E

Tints of Slate Grey #677B8E

Color information

#677B8E (or 0x677B8E) is unknown color: approx Slate Grey. HEX triplet: 67, 7B and 8E. RGB value is (103,123,142). Sum of RGB (Red+Green+Blue) = 103+123+142=368 (48% of max value = 765). Red value is 103 (40.62% from 255 or 27.99% from 368); Green value is 123 (48.44% from 255 or 33.42% from 368); Blue value is 142 (55.86% from 255 or 38.59% from 368); Max value from RGB is 142 - color contains mainly: blue. Hex color #677B8E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #677B8E is #988471. Grayscale: #777777. Windows color (decimal): -9995378 or 9337703. OLE color: 9337703.

HSL color Cylindrical-coordinate representation of color #677B8E: hue angle of 209.23º degrees, saturation: 0.16, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #677B8E is Cyan = 0.27, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB103123142-
CMYK0.270.1300.44
HSL209.23º15.92%48.04%-
HSV(B)209.23º27.46%55.69%-
XYZ17.561928.33-
YUV119.19140.87116.46-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 27.99%
GREEN value IS 123 (48.44% from 255) = 33.42%
BLUE value IS 142 (55.86% from 255) = 38.59%
R=27.99%
G=33.42%
B=38.59%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1031231420.270.1300.44209.2315.9248.04
Hex677B8E1BD02Cd11030
Octal14717321633150543212060
Binary110011111110111000111011011110101011001101000110000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #677B8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,123,142); }

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

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

 a { background-color: rgb(103,123,142); }

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

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

 span { border-color: rgb(103,123,142); }

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