#677EA1

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

Shades of Slate Grey #677EA1

Tints of Slate Grey #677EA1

Color information

#677EA1 (or 0x677EA1) is unknown color: approx Slate Grey. HEX triplet: 67, 7E and A1. RGB value is (103,126,161). Sum of RGB (Red+Green+Blue) = 103+126+161=390 (51% of max value = 765). Red value is 103 (40.62% from 255 or 26.41% from 390); Green value is 126 (49.61% from 255 or 32.31% from 390); Blue value is 161 (63.28% from 255 or 41.28% from 390); Max value from RGB is 161 - color contains mainly: blue. Hex color #677EA1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #677EA1 is #98815E. Grayscale: #7A7A7A. Windows color (decimal): -9994591 or 10583655. OLE color: 10583655.

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

Color convert

RGB103126161-
CMYK0.360.2200.37
HSL216.21º23.58%51.76%-
HSV(B)216.21º36.02%63.14%-
XYZ19.4920.3836.62-
YUV123.11149.38113.65-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 26.41%
GREEN value IS 126 (49.61% from 255) = 32.31%
BLUE value IS 161 (63.28% from 255) = 41.28%
R=26.41%
G=32.31%
B=41.28%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1031261610.360.2200.37216.2123.5851.76
Hex677EA12416025d81834
Octal14717624144260453303064
Binary11001111111110101000011001001011001001011101100011000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #677EA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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