#677994

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

Shades of Slate Grey #677994

Tints of Slate Grey #677994

Color information

#677994 (or 0x677994) is unknown color: approx Slate Grey. HEX triplet: 67, 79 and 94. RGB value is (103,121,148). Sum of RGB (Red+Green+Blue) = 103+121+148=372 (49% of max value = 765). Red value is 103 (40.62% from 255 or 27.69% from 372); Green value is 121 (47.66% from 255 or 32.53% from 372); Blue value is 148 (58.20% from 255 or 39.78% from 372); Max value from RGB is 148 - color contains mainly: blue. Hex color #677994 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #677994 is #98866B. Grayscale: #767676. Windows color (decimal): -9995884 or 9730407. OLE color: 9730407.

HSL color Cylindrical-coordinate representation of color #677994: hue angle of 216º degrees, saturation: 0.18, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #677994 is Cyan = 0.30, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB103121148-
CMYK0.300.1800.42
HSL216º17.93%49.22%-
HSV(B)216º30.41%58.04%-
XYZ17.7818.730.69-
YUV118.7144.54116.8-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 27.69%
GREEN value IS 121 (47.66% from 255) = 32.53%
BLUE value IS 148 (58.20% from 255) = 39.78%
R=27.69%
G=32.53%
B=39.78%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1031211480.300.1800.4221617.9349.22
Hex6779941E1202Ad81231
Octal14717122436220523302261
Binary1100111111100110010100111101001001010101101100010010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #677994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #677994; }

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

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

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

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

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

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

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

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