Html Css Color HEX #677D91 Slate Grey

📋 copy color: '#677D91'

red 103 ◦ green 125 ◦ blue 145

#677D91
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Slate Grey #677D91

Tints of Slate Grey #677D91

RGB

 RED value IS 103 (40.63% from 255) = 27.61%

 GREEN value IS 125 (49.22% from 255) = 33.51%

 BLUE value IS 145 (57.03% from 255) = 38.87%

R = 27.61%
G = 33.51%
B = 38.87%

CMYK

 C value IS 0.29

 M value IS 0.14

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#677D91 (or 0x677D91) is known color: Slate Grey. HEX triplet: 67, 7D and 91. RGB value is (103,125,145). Sum of RGB (Red+Green+Blue) = 103+125+145=373 (49% of max value = 765). Red value is 103 (40.62% from 255 or 27.61% from 373); Green value is 125 (49.22% from 255 or 33.51% from 373); Blue value is 145 (57.03% from 255 or 38.87% from 373); Max value from RGB is 145 - color contains mainly: blue. Hex color #677D91 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #677D91 is #98826E. Grayscale: #787878. Windows color (decimal): -9994863 or 9534823. OLE color: 9534823.

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

Color convert

RGB 103 125 145 -
CMYK 0.29 0.14 0 0.43
HSL 208.57º 0.17% 0.49% -
HSV(B) 208.57º 0.29% 0.57% -
XYZ 18.04 19.6 29.62 -
YUV 120.7 141.71 115.37 -
System Red Green Blue C M Y K H S L
Decimal 103 125 145 0.29 0.14 0 0.43 208.57 0.17 0.49
Hex 67 7D 91 1D E 0 2B D1 11 31
Octal 147 175 221 35 16 0 53 321 21 61
Binary 1100111 1111101 10010001 11101 1110 0 101011 11010001 10001 110001

Color Harmonies of #677D91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #677D91

Black with #677D91

Text Example


Text Example

White with #677D91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #677D91;
 }
 .AnyTagClassName
 {
   color: #677D91;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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