#677992

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

Shades of Slate Grey #677992

Tints of Slate Grey #677992

Color information

#677992 (or 0x677992) is unknown color: approx Slate Grey. HEX triplet: 67, 79 and 92. RGB value is (103,121,146). Sum of RGB (Red+Green+Blue) = 103+121+146=370 (49% of max value = 765). Red value is 103 (40.62% from 255 or 27.84% from 370); Green value is 121 (47.66% from 255 or 32.70% from 370); Blue value is 146 (57.42% from 255 or 39.46% from 370); Max value from RGB is 146 - color contains mainly: blue. Hex color #677992 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #677992 is #98866D. Grayscale: #767676. Windows color (decimal): -9995886 or 9599335. OLE color: 9599335.

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

Color convert

RGB103121146-
CMYK0.290.1700.43
HSL214.88º17.27%48.82%-
HSV(B)214.88º29.45%57.25%-
XYZ17.6218.6329.86-
YUV118.47143.54116.97-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 27.84%
GREEN value IS 121 (47.66% from 255) = 32.70%
BLUE value IS 146 (57.42% from 255) = 39.46%
R=27.84%
G=32.70%
B=39.46%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1031211460.290.1700.43214.8817.2748.82
Hex6779921D1102Bd71131
Octal14717122235210533272161
Binary1100111111100110010010111011000101010111101011110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #677992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #677992; }

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

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

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

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

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

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

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

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