Html Css Color HEX #677992 Slate Grey

📋 copy color: '#677992'

red 103 ◦ green 121 ◦ blue 146

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

Shades of Slate Grey #677992

Tints of Slate Grey #677992

RGB

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

 GREEN value IS 121 (47.66% from 255) = 32.7%

 BLUE value IS 146 (57.42% from 255) = 39.46%

R = 27.84%
G = 32.7%
B = 39.46%

CMYK

 C value IS 0.29

 M value IS 0.17

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#677992 (or 0x677992) is known color: Slate Grey. HEX triplet: 67, 79 and 92. RGB value is (103,121,146). Sum of RGB (Red+Green+Blue) = 103+121+146=370 (49% of max value = 765). Red value is 103 (40.62% from 255 or 27.84% from 370); Green value is 121 (47.66% from 255 or 32.70% from 370); Blue value is 146 (57.42% from 255 or 39.46% from 370); Max value from RGB is 146 - color contains mainly: blue. Hex color #677992 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #677992 is #98866D. Grayscale: #767676. Windows color (decimal): -9995886 or 9599335. OLE color: 9599335.

HSL color Cylindrical-coordinate representation of color #677992: hue angle of 214.88º degrees, saturation: 0.17, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #677992 is Cyan = 0.29, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 103 121 146 -
CMYK 0.29 0.17 0 0.43
HSL 214.88º 0.17% 0.49% -
HSV(B) 214.88º 0.29% 0.57% -
XYZ 17.62 18.63 29.86 -
YUV 118.47 143.54 116.97 -
System Red Green Blue C M Y K H S L
Decimal 103 121 146 0.29 0.17 0 0.43 214.88 0.17 0.49
Hex 67 79 92 1D 11 0 2B D7 11 31
Octal 147 171 222 35 21 0 53 327 21 61
Binary 1100111 1111001 10010010 11101 10001 0 101011 11010111 10001 110001

Color Harmonies of #677992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #677992

Black with #677992

Text Example


Text Example

White with #677992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #677992; }

 p { color: rgb(103,121,146); }

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

background-color css

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

 a { background-color: rgb(103,121,146); }

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

border-color css

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

 span { border-color: rgb(103,121,146); }

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