Html Css Color HEX #677C9A Slate Grey

📋 copy color: '#677C9A'

red 103 ◦ green 124 ◦ blue 154

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

Shades of Slate Grey #677C9A

Tints of Slate Grey #677C9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 40.42%

R = 27.03%
G = 32.55%
B = 40.42%

CMYK

 C value IS 0.33

 M value IS 0.19

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#677C9A (or 0x677C9A) is known color: Slate Grey. HEX triplet: 67, 7C and 9A. RGB value is (103,124,154). Sum of RGB (Red+Green+Blue) = 103+124+154=381 (50% of max value = 765). Red value is 103 (40.62% from 255 or 27.03% from 381); Green value is 124 (48.83% from 255 or 32.55% from 381); Blue value is 154 (60.55% from 255 or 40.42% from 381); Max value from RGB is 154 - color contains mainly: blue. Hex color #677C9A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #677C9A is #988365. Grayscale: #797979. Windows color (decimal): -9995110 or 10124391. OLE color: 10124391.

HSL color Cylindrical-coordinate representation of color #677C9A: hue angle of 215.29º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #677C9A is Cyan = 0.33, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 103 124 154 -
CMYK 0.33 0.19 0 0.40
HSL 215.29º 0.2% 0.5% -
HSV(B) 215.29º 0.33% 0.6% -
XYZ 18.63 19.63 33.38 -
YUV 121.14 146.54 115.06 -
System Red Green Blue C M Y K H S L
Decimal 103 124 154 0.33 0.19 0 0.40 215.29 0.2 0.5
Hex 67 7C 9A 21 13 0 28 D7 14 32
Octal 147 174 232 41 23 0 50 327 24 62
Binary 1100111 1111100 10011010 100001 10011 0 101000 11010111 10100 110010

Color Harmonies of #677C9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #677C9A

Black with #677C9A

Text Example


Text Example

White with #677C9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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