Html Css Color HEX #677C9F Slate Grey

📋 copy color: '#677C9F'

red 103 ◦ green 124 ◦ blue 159

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

Shades of Slate Grey #677C9F

Tints of Slate Grey #677C9F

RGB

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

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

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

R = 26.68%
G = 32.12%
B = 41.19%

CMYK

 C value IS 0.35

 M value IS 0.22

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#677C9F (or 0x677C9F) is known color: Slate Grey. HEX triplet: 67, 7C and 9F. RGB value is (103,124,159). Sum of RGB (Red+Green+Blue) = 103+124+159=386 (51% of max value = 765). Red value is 103 (40.62% from 255 or 26.68% from 386); Green value is 124 (48.83% from 255 or 32.12% from 386); Blue value is 159 (62.5% from 255 or 41.19% from 386); Max value from RGB is 159 - color contains mainly: blue. Hex color #677C9F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #677C9F is #988360. Grayscale: #797979. Windows color (decimal): -9995105 or 10452071. OLE color: 10452071.

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

Color convert

RGB 103 124 159 -
CMYK 0.35 0.22 0 0.38
HSL 217.5º 0.23% 0.51% -
HSV(B) 217.5º 0.35% 0.62% -
XYZ 19.06 19.8 35.62 -
YUV 121.71 149.04 114.65 -
System Red Green Blue C M Y K H S L
Decimal 103 124 159 0.35 0.22 0 0.38 217.5 0.23 0.51
Hex 67 7C 9F 23 16 0 26 DA 17 33
Octal 147 174 237 43 26 0 46 332 27 63
Binary 1100111 1111100 10011111 100011 10110 0 100110 11011010 10111 110011

Color Harmonies of #677C9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #677C9F

Black with #677C9F

Text Example


Text Example

White with #677C9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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