#677991

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

Shades of Slate Grey #677991

Tints of Slate Grey #677991

Color information

#677991 (or 0x677991) is unknown color: approx Slate Grey. HEX triplet: 67, 79 and 91. RGB value is (103,121,145). Sum of RGB (Red+Green+Blue) = 103+121+145=369 (48% of max value = 765). Red value is 103 (40.62% from 255 or 27.91% from 369); Green value is 121 (47.66% from 255 or 32.79% from 369); Blue value is 145 (57.03% from 255 or 39.30% from 369); Max value from RGB is 145 - color contains mainly: blue. Hex color #677991 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #677991 is #98866E. Grayscale: #767676. Windows color (decimal): -9995887 or 9533799. OLE color: 9533799.

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

Color convert

RGB103121145-
CMYK0.290.1700.43
HSL214.29º16.94%48.63%-
HSV(B)214.29º28.97%56.86%-
XYZ17.5418.629.45-
YUV118.35143.04117.05-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 27.91%
GREEN value IS 121 (47.66% from 255) = 32.79%
BLUE value IS 145 (57.03% from 255) = 39.30%
R=27.91%
G=32.79%
B=39.30%

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
Decimal1031211450.290.1700.43214.2916.9448.63
Hex6779911D1102Bd61131
Octal14717122135210533262161
Binary1100111111100110010001111011000101010111101011010001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #677991

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #677991; }

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

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

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

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

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

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

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

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