Html Css Color HEX #677D9F Slate Grey

📋 copy color: '#677D9F'

red 103 ◦ green 125 ◦ blue 159

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

Shades of Slate Grey #677D9F

Tints of Slate Grey #677D9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 41.09%

R = 26.61%
G = 32.3%
B = 41.09%

CMYK

 C value IS 0.35

 M value IS 0.21

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#677D9F (or 0x677D9F) is known color: Slate Grey. HEX triplet: 67, 7D and 9F. RGB value is (103,125,159). Sum of RGB (Red+Green+Blue) = 103+125+159=387 (51% of max value = 765). Red value is 103 (40.62% from 255 or 26.61% from 387); Green value is 125 (49.22% from 255 or 32.30% from 387); Blue value is 159 (62.5% from 255 or 41.09% from 387); Max value from RGB is 159 - color contains mainly: blue. Hex color #677D9F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #677D9F is #988260. Grayscale: #7A7A7A. Windows color (decimal): -9994849 or 10452327. OLE color: 10452327.

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

Color convert

RGB 103 125 159 -
CMYK 0.35 0.21 0 0.38
HSL 216.43º 0.23% 0.51% -
HSV(B) 216.43º 0.35% 0.62% -
XYZ 19.19 20.05 35.66 -
YUV 122.3 148.71 114.24 -
System Red Green Blue C M Y K H S L
Decimal 103 125 159 0.35 0.21 0 0.38 216.43 0.23 0.51
Hex 67 7D 9F 23 15 0 26 D8 17 33
Octal 147 175 237 43 25 0 46 330 27 63
Binary 1100111 1111101 10011111 100011 10101 0 100110 11011000 10111 110011

Color Harmonies of #677D9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #677D9F

Black with #677D9F

Text Example


Text Example

White with #677D9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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