#677C92

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

Shades of Slate Grey #677C92

Tints of Slate Grey #677C92

Color information

#677C92 (or 0x677C92) is unknown color: approx Slate Grey. HEX triplet: 67, 7C and 92. RGB value is (103,124,146). Sum of RGB (Red+Green+Blue) = 103+124+146=373 (49% of max value = 765). Red value is 103 (40.62% from 255 or 27.61% from 373); Green value is 124 (48.83% from 255 or 33.24% from 373); Blue value is 146 (57.42% from 255 or 39.14% from 373); Max value from RGB is 146 - color contains mainly: blue. Hex color #677C92 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #677C92 is #98836D. Grayscale: #787878. Windows color (decimal): -9995118 or 9600103. OLE color: 9600103.

HSL color Cylindrical-coordinate representation of color #677C92: hue angle of 210.7º degrees, saturation: 0.17, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #677C92 is Cyan = 0.29, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB103124146-
CMYK0.290.1500.43
HSL210.7º17.27%48.82%-
HSV(B)210.7º29.45%57.25%-
XYZ17.9919.3729.99-
YUV120.23142.54115.71-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 27.61%
GREEN value IS 124 (48.83% from 255) = 33.24%
BLUE value IS 146 (57.42% from 255) = 39.14%
R=27.61%
G=33.24%
B=39.14%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1031241460.290.1500.43210.717.2748.82
Hex677C921DF02Bd31131
Octal14717422235170533232161
Binary110011111111001001001011101111101010111101001110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #677C92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,124,146); }

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

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

 a { background-color: rgb(103,124,146); }

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

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

 span { border-color: rgb(103,124,146); }

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