Html Css Color HEX #677C9D Slate Grey

📋 copy color: '#677C9D'

red 103 ◦ green 124 ◦ blue 157

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

Shades of Slate Grey #677C9D

Tints of Slate Grey #677C9D

RGB

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

 GREEN value IS 124 (48.83% from 255) = 32.29%

 BLUE value IS 157 (61.72% from 255) = 40.89%

R = 26.82%
G = 32.29%
B = 40.89%

CMYK

 C value IS 0.34

 M value IS 0.21

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#677C9D (or 0x677C9D) is known color: Slate Grey. HEX triplet: 67, 7C and 9D. RGB value is (103,124,157). Sum of RGB (Red+Green+Blue) = 103+124+157=384 (50% of max value = 765). Red value is 103 (40.62% from 255 or 26.82% from 384); Green value is 124 (48.83% from 255 or 32.29% from 384); Blue value is 157 (61.72% from 255 or 40.89% from 384); Max value from RGB is 157 - color contains mainly: blue. Hex color #677C9D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #677C9D is #988362. Grayscale: #797979. Windows color (decimal): -9995107 or 10320999. OLE color: 10320999.

HSL color Cylindrical-coordinate representation of color #677C9D: hue angle of 216.67º degrees, saturation: 0.22, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #677C9D is Cyan = 0.34, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 103 124 157 -
CMYK 0.34 0.21 0 0.38
HSL 216.67º 0.22% 0.51% -
HSV(B) 216.67º 0.34% 0.62% -
XYZ 18.89 19.73 34.71 -
YUV 121.48 148.04 114.82 -
System Red Green Blue C M Y K H S L
Decimal 103 124 157 0.34 0.21 0 0.38 216.67 0.22 0.51
Hex 67 7C 9D 22 15 0 26 D9 16 33
Octal 147 174 235 42 25 0 46 331 26 63
Binary 1100111 1111100 10011101 100010 10101 0 100110 11011001 10110 110011

Color Harmonies of #677C9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #677C9D

Black with #677C9D

Text Example


Text Example

White with #677C9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(103,124,157); }

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

background-color css

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

 a { background-color: rgb(103,124,157); }

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

border-color css

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

 span { border-color: rgb(103,124,157); }

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