#677DA1

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

Shades of Slate Grey #677DA1

Tints of Slate Grey #677DA1

Color information

#677DA1 (or 0x677DA1) is unknown color: approx Slate Grey. HEX triplet: 67, 7D and A1. RGB value is (103,125,161). Sum of RGB (Red+Green+Blue) = 103+125+161=389 (51% of max value = 765). Red value is 103 (40.62% from 255 or 26.48% from 389); Green value is 125 (49.22% from 255 or 32.13% from 389); Blue value is 161 (63.28% from 255 or 41.39% from 389); Max value from RGB is 161 - color contains mainly: blue. Hex color #677DA1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #677DA1 is #98825E. Grayscale: #7A7A7A. Windows color (decimal): -9994847 or 10583399. OLE color: 10583399.

HSL color Cylindrical-coordinate representation of color #677DA1: hue angle of 217.24º 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 #677DA1 is Cyan = 0.36, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB103125161-
CMYK0.360.2200.37
HSL217.24º23.58%51.76%-
HSV(B)217.24º36.02%63.14%-
XYZ19.3620.1236.58-
YUV122.53149.71114.07-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 26.48%
GREEN value IS 125 (49.22% from 255) = 32.13%
BLUE value IS 161 (63.28% from 255) = 41.39%
R=26.48%
G=32.13%
B=41.39%

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
Decimal1031251610.360.2200.37217.2423.5851.76
Hex677DA12416025d91834
Octal14717524144260453313064
Binary11001111111101101000011001001011001001011101100111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #677DA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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