Html Css Color HEX #677E92 Slate Grey

📋 copy color: '#677E92'

red 103 ◦ green 126 ◦ blue 146

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

Shades of Slate Grey #677E92

Tints of Slate Grey #677E92

RGB

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

 GREEN value IS 126 (49.61% from 255) = 33.6%

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

R = 27.47%
G = 33.6%
B = 38.93%

CMYK

 C value IS 0.29

 M value IS 0.14

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#677E92 (or 0x677E92) is known color: Slate Grey. HEX triplet: 67, 7E and 92. RGB value is (103,126,146). Sum of RGB (Red+Green+Blue) = 103+126+146=375 (49% of max value = 765). Red value is 103 (40.62% from 255 or 27.47% from 375); Green value is 126 (49.61% from 255 or 33.6% from 375); Blue value is 146 (57.42% from 255 or 38.93% from 375); Max value from RGB is 146 - color contains mainly: blue. Hex color #677E92 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #677E92 is #98816D. Grayscale: #797979. Windows color (decimal): -9994606 or 9600615. OLE color: 9600615.

HSL color Cylindrical-coordinate representation of color #677E92: hue angle of 207.91º 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 #677E92 is Cyan = 0.29, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 103 126 146 -
CMYK 0.29 0.14 0 0.43
HSL 207.91º 0.17% 0.49% -
HSV(B) 207.91º 0.29% 0.57% -
XYZ 18.24 19.88 30.07 -
YUV 121.4 141.88 114.87 -
System Red Green Blue C M Y K H S L
Decimal 103 126 146 0.29 0.14 0 0.43 207.91 0.17 0.49
Hex 67 7E 92 1D E 0 2B D0 11 31
Octal 147 176 222 35 16 0 53 320 21 61
Binary 1100111 1111110 10010010 11101 1110 0 101011 11010000 10001 110001

Color Harmonies of #677E92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #677E92

Black with #677E92

Text Example


Text Example

White with #677E92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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