Html Css Color HEX #677D90 Slate Grey

📋 copy color: '#677D90'

red 103 ◦ green 125 ◦ blue 144

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

Shades of Slate Grey #677D90

Tints of Slate Grey #677D90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 38.71%

R = 27.69%
G = 33.6%
B = 38.71%

CMYK

 C value IS 0.28

 M value IS 0.13

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#677D90 (or 0x677D90) is known color: Slate Grey. HEX triplet: 67, 7D and 90. RGB value is (103,125,144). Sum of RGB (Red+Green+Blue) = 103+125+144=372 (49% of max value = 765). Red value is 103 (40.62% from 255 or 27.69% from 372); Green value is 125 (49.22% from 255 or 33.60% from 372); Blue value is 144 (56.64% from 255 or 38.71% from 372); Max value from RGB is 144 - color contains mainly: blue. Hex color #677D90 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #677D90 is #98826F. Grayscale: #787878. Windows color (decimal): -9994864 or 9469287. OLE color: 9469287.

HSL color Cylindrical-coordinate representation of color #677D90: hue angle of 207.8º degrees, saturation: 0.17, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #677D90 is Cyan = 0.28, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 103 125 144 -
CMYK 0.28 0.13 0 0.44
HSL 207.8º 0.17% 0.48% -
HSV(B) 207.8º 0.28% 0.56% -
XYZ 17.96 19.56 29.22 -
YUV 120.59 141.21 115.46 -
System Red Green Blue C M Y K H S L
Decimal 103 125 144 0.28 0.13 0 0.44 207.8 0.17 0.48
Hex 67 7D 90 1C D 0 2C D0 11 30
Octal 147 175 220 34 15 0 54 320 21 60
Binary 1100111 1111101 10010000 11100 1101 0 101100 11010000 10001 110000

Color Harmonies of #677D90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #677D90

Black with #677D90

Text Example


Text Example

White with #677D90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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