#677E92

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

Shades of Slate Grey #677E92

Tints of Slate Grey #677E92

Color information

#677E92 (or 0x677E92) is unknown color: approx Slate Grey. HEX triplet: 67, 7E and 92. RGB value is (103,126,146). Sum of RGB (Red+Green+Blue) = 103+126+146=375 (49% of max value = 765). Red value is 103 (40.62% from 255 or 27.47% from 375); Green value is 126 (49.61% from 255 or 33.6% from 375); Blue value is 146 (57.42% from 255 or 38.93% from 375); Max value from RGB is 146 - color contains mainly: blue. Hex color #677E92 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #677E92 is #98816D. Grayscale: #797979. Windows color (decimal): -9994606 or 9600615. OLE color: 9600615.

HSL color Cylindrical-coordinate representation of color #677E92: hue angle of 207.91º 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 #677E92 is Cyan = 0.29, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB103126146-
CMYK0.290.1400.43
HSL207.91º17.27%48.82%-
HSV(B)207.91º29.45%57.25%-
XYZ18.2419.8830.07-
YUV121.4141.88114.87-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 27.47%
GREEN value IS 126 (49.61% from 255) = 33.6%
BLUE value IS 146 (57.42% from 255) = 38.93%
R=27.47%
G=33.6%
B=38.93%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1031261460.290.1400.43207.9117.2748.82
Hex677E921DE02Bd01131
Octal14717622235160533202161
Binary110011111111101001001011101111001010111101000010001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #677E92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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