#677FA2

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

Shades of Slate Grey #677FA2

Tints of Slate Grey #677FA2

Color information

#677FA2 (or 0x677FA2) is unknown color: approx Slate Grey. HEX triplet: 67, 7F and A2. RGB value is (103,127,162). Sum of RGB (Red+Green+Blue) = 103+127+162=392 (51% of max value = 765). Red value is 103 (40.62% from 255 or 26.28% from 392); Green value is 127 (50% from 255 or 32.40% from 392); Blue value is 162 (63.67% from 255 or 41.33% from 392); Max value from RGB is 162 - color contains mainly: blue. Hex color #677FA2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #677FA2 is #98805D. Grayscale: #7B7B7B. Windows color (decimal): -9994334 or 10649447. OLE color: 10649447.

HSL color Cylindrical-coordinate representation of color #677FA2: hue angle of 215.59º degrees, saturation: 0.24, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #677FA2 is Cyan = 0.36, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB103127162-
CMYK0.360.2200.36
HSL215.59º24.08%51.96%-
HSV(B)215.59º36.42%63.53%-
XYZ19.720.6737.13-
YUV123.81149.55113.15-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 26.28%
GREEN value IS 127 (50% from 255) = 32.40%
BLUE value IS 162 (63.67% from 255) = 41.33%
R=26.28%
G=32.40%
B=41.33%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1031271620.360.2200.36215.5924.0851.96
Hex677FA22416024d81834
Octal14717724244260443303064
Binary11001111111111101000101001001011001001001101100011000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #677FA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,127,162); }

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

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

 a { background-color: rgb(103,127,162); }

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

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

 span { border-color: rgb(103,127,162); }

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